TelegramBot.getChatMember

Get information about a member of a chat

  1. ChatMember getChatMember(T chat_id, int user_id)
  2. ChatMember getChatMember(GetChatMemberMethod m)
    struct TelegramBot
    @trusted
    getChatMember

Return Value

ChatMember on success

Throws

TelegramBotException on errors

See Also

Meta