Class TdApi.MessageSupergroupChatCreate

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String title
      Title of the supergroup or channel.
    • Field Detail

      • title

        public java.lang.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()
        Default constructor.
      • MessageSupergroupChatCreate

        public MessageSupergroupChatCreate​(java.lang.String title)
        Constructor for initialization of all fields.
        Parameters:
        title - Title of the supergroup or channel.