TelegramBot.unbanChatMember

Unban a previously kicked user in a group, a supergroup or a channel

  1. bool unbanChatMember(T chat_id, int user_id)
  2. bool unbanChatMember(UnbanChatMemberMethod m)
    struct TelegramBot
    @trusted
    bool
    unbanChatMember

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta