telegram-bot-api-6.7: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Methods.GetChatMember

Synopsis

getChatMember

getChatMember Source #

Arguments

:: SomeChatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

-> UserId

Unique identifier of the target user

-> ClientM (Response ChatMember) 

Use this method to get information about a member of a chat. Returns a ChatMember object on success.