Class TdApi.MessageSupergroupChatCreate

Enclosing class:
TdApi

public static class TdApi.MessageSupergroupChatCreate extends TdApi.MessageContent
A newly created supergroup or channel.
  • Field Details

    • title

      public String title
      Title of the supergroup or channel.
    • CONSTRUCTOR

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

    • MessageSupergroupChatCreate

      public MessageSupergroupChatCreate()
      A newly created supergroup or channel.
    • MessageSupergroupChatCreate

      public MessageSupergroupChatCreate(String title)
      A newly created supergroup or channel.
      Parameters:
      title - Title of the supergroup or channel.
  • 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