Skip to content

GramIO API Reference / gramio/dist / UnpinChatMessageParams

Interface: UnpinChatMessageParams

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

Params object for unpinChatMessage method

Properties

PropertyTypeDescriptionDefined in
business_connection_id?stringUnique identifier of the business connection on behalf of which the message will be unpinned@gramio/types/out/params.d.ts:2177
chat_idstring | numberUnique identifier for the target chat or username of the target channel (in the format @channelusername)@gramio/types/out/params.d.ts:2181
message_id?numberIdentifier of the message to unpin. Required if business_connection_id is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.@gramio/types/out/params.d.ts:2185