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 Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int userId
      User identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetChatMember()
      Default constructor.
      GetChatMember​(long chatId, int userId)
      Constructor for initialization of all fields.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • userId

        public int userId
        User 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.
      • GetChatMember

        public GetChatMember​(long chatId,
                             int userId)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        userId - User identifier.