Skip to content

getChatMember

Sahri Riza Umami edited this page Sep 21, 2017 · 2 revisions

Returns information about one participant of the chat.

getChatMember(chat_id, user_id)
Field Type Description
chat_id int53 Chat identifier
user_id int32 User identifier

Example

  • Get information about 133780085 of the chat 1234567890.
getChatMember(1234567890, 133780085)

Response:

{
  _ = "chatMember",
  inviter_user_id = 321567299,
  join_date = 1447806832,
  status = {
    _ = "chatMemberStatusCreator"
  },
  user_id = 133780085
}

Frequently Asked Questions
The Functions

Clone this wiki locally