Skip to content

Commit fe3998f

Browse files
authored
feat: added ChannelMemberResponse to MessageResponse (#1602)
## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] Code changes are tested ## Description of the changes, What, Why and How? ## Changelog -
1 parent 5e5256e commit fe3998f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ export type MessageResponseBase = MessageBase & {
693693
language: TranslationLanguages;
694694
};
695695
latest_reactions?: ReactionResponse[];
696+
member?: ChannelMemberResponse;
696697
mentioned_users?: UserResponse[];
697698
message_text_updated_at?: string;
698699
moderation?: ModerationResponse; // present only with Moderation v2

0 commit comments

Comments
 (0)