Class TdApi.BasicGroupFullInfo

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int creatorUserId
      User identifier of the creator of the group; 0 if unknown.
      java.lang.String inviteLink
      Invite link for this group; available only for the group creator and only after it has been generated at least once.
      TdApi.ChatMember[] members
      Group members.
    • Field Detail

      • creatorUserId

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

        public java.lang.String inviteLink
        Invite link for this group; available only for the group creator and only after it has been generated at least once.
      • CONSTRUCTOR

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

      • BasicGroupFullInfo

        public BasicGroupFullInfo()
        Default constructor.
      • BasicGroupFullInfo

        public BasicGroupFullInfo​(int creatorUserId,
                                  TdApi.ChatMember[] members,
                                  java.lang.String inviteLink)
        Constructor for initialization of all fields.
        Parameters:
        creatorUserId - User identifier of the creator of the group; 0 if unknown.
        members - Group members.
        inviteLink - Invite link for this group; available only for the group creator and only after it has been generated at least once.