Skip to content

Commit

Permalink
[core] Hide mentions from send message
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Nov 25, 2023
1 parent 7b7bd02 commit 2d64b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/chatting.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export class MessageTextRequest extends ChatRequest {
@ApiProperty({
description:
'Mention contact in the message. ' +
"The message MUST contain '@123456789' text in order to work with 'mentions' field.",
example: ['[email protected]'],
"The message MUST contain '@123456789' text in order to work with 'mentions' field. e.g: ['[email protected]']",
example: undefined,
})
mentions?: string[];
}
Expand Down

0 comments on commit 2d64b26

Please sign in to comment.