Skip to content

GramIO API Reference / gramio/dist / UnbanChatMemberParams

Interface: UnbanChatMemberParams

Defined in: @gramio/types/out/params.d.ts:1743

Params object for unbanChatMember method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target group or username of the target supergroup or channel (in the format @channelusername)@gramio/types/out/params.d.ts:1747
only_if_banned?booleanDo nothing if the user is not banned@gramio/types/out/params.d.ts:1755
user_idnumberUnique identifier of the target user@gramio/types/out/params.d.ts:1751