Class TdApi.ChatInviteLinks

  • Enclosing class:
    TdApi

    public static class TdApi.ChatInviteLinks
    extends TdApi.Object
    Contains a list of chat invite links.
    • Field Detail

      • totalCount

        public int totalCount
        Approximate total count of chat invite links found.
      • CONSTRUCTOR

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

      • ChatInviteLinks

        public ChatInviteLinks()
        Contains a list of chat invite links.
      • ChatInviteLinks

        public ChatInviteLinks​(int totalCount,
                               TdApi.ChatInviteLink[] inviteLinks)
        Contains a list of chat invite links.
        Parameters:
        totalCount - Approximate total count of chat invite links found.
        inviteLinks - List of invite links.