Class TdApi.GetChatMember

  • Enclosing class:
    TdApi

    public static class TdApi.GetChatMember
    extends TdApi.Function
    Returns information about a single member of a chat.

    Returns ChatMember

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

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

      • GetChatMember

        public GetChatMember()
        Default constructor for a function, which returns information about a single member of a chat.

        Returns ChatMember

      • GetChatMember

        public GetChatMember​(long chatId,
                             TdApi.MessageSender memberId)
        Creates a function, which returns information about a single member of a chat.

        Returns ChatMember

        Parameters:
        chatId - Chat identifier.
        memberId - Member identifier.