Class TdApi.MessageSupergroupChatCreate

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.