export type PinnedMessageCreate = { readonly id: number; /** * The platform key */ platform: string; username: string; session_id: string | null; };