Class TdApi.CreatedBasicGroupChat

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.CreatedBasicGroupChat
Enclosing class:
TdApi

public static class TdApi.CreatedBasicGroupChat extends TdApi.Object
Contains information about a newly created basic group chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • failedToAddMembers

      public TdApi.FailedToAddMembers failedToAddMembers
      Information about failed to add members.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CreatedBasicGroupChat

      public CreatedBasicGroupChat()
      Contains information about a newly created basic group chat.
    • CreatedBasicGroupChat

      public CreatedBasicGroupChat(long chatId, TdApi.FailedToAddMembers failedToAddMembers)
      Contains information about a newly created basic group chat.
      Parameters:
      chatId - Chat identifier.
      failedToAddMembers - Information about failed to add members.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR