export type PinnedMessageRequest = { /** * Session id of the message to pin */ session_id: string; };