Skip to content

GramIO API Reference / gramio/dist / SetChatMemberTagParams

Interface: SetChatMemberTagParams

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

Params object for setChatMemberTag method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)@gramio/types/out/params.d.ts:1891
tag?stringNew tag for the member; 0-16 characters, emoji are not allowed@gramio/types/out/params.d.ts:1899
user_idnumberUnique identifier of the target user@gramio/types/out/params.d.ts:1895