We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5256e commit fe3998fCopy full SHA for fe3998f
src/types.ts
@@ -693,6 +693,7 @@ export type MessageResponseBase = MessageBase & {
693
language: TranslationLanguages;
694
};
695
latest_reactions?: ReactionResponse[];
696
+ member?: ChannelMemberResponse;
697
mentioned_users?: UserResponse[];
698
message_text_updated_at?: string;
699
moderation?: ModerationResponse; // present only with Moderation v2
0 commit comments