Class TdApi.BasicGroupFullInfo

  • Enclosing class:
    TdApi

    public static class TdApi.BasicGroupFullInfo
    extends TdApi.Object
    Contains full information about a basic group.
    • Field Detail

      • description

        public String description
        Group description. Updated only after the basic group is opened.
      • creatorUserId

        public long creatorUserId
        User identifier of the creator of the group; 0 if unknown.
      • inviteLink

        public TdApi.ChatInviteLink inviteLink
        Primary invite link for this group; may be null. For chat administrators with canInviteUsers right only. Updated only after the basic group is opened.
      • botCommands

        public TdApi.BotCommands[] botCommands
        List of commands of bots in the group.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BasicGroupFullInfo

        public BasicGroupFullInfo()
        Contains full information about a basic group.
      • BasicGroupFullInfo

        public BasicGroupFullInfo​(TdApi.ChatPhoto photo,
                                  String description,
                                  long creatorUserId,
                                  TdApi.ChatMember[] members,
                                  TdApi.ChatInviteLink inviteLink,
                                  TdApi.BotCommands[] botCommands)
        Contains full information about a basic group.
        Parameters:
        photo - Chat photo; may be null.
        description - Group description. Updated only after the basic group is opened.
        creatorUserId - User identifier of the creator of the group; 0 if unknown.
        members - Group members.
        inviteLink - Primary invite link for this group; may be null. For chat administrators with canInviteUsers right only. Updated only after the basic group is opened.
        botCommands - List of commands of bots in the group.