Class TdApi.GetSupergroup

Enclosing class:
TdApi

public static class TdApi.GetSupergroup
extends TdApi.Function
Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot.

Returns Supergroup

  • Field Details

    • supergroupId

      public int supergroupId
      Supergroup or channel identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetSupergroup

      public GetSupergroup()
      Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot.

      Returns Supergroup

    • GetSupergroup

      public GetSupergroup​(int supergroupId)
      Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot.

      Returns Supergroup

      Parameters:
      supergroupId - int Supergroup or channel identifier.
    • GetSupergroup

      public GetSupergroup​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details