stream-chat-angular 5.9.1 → 5.11.0-test-update.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/assets/version.d.ts +1 -1
  2. package/esm2020/assets/version.mjs +2 -2
  3. package/esm2020/lib/attachment.service.mjs +4 -4
  4. package/esm2020/lib/avatar-placeholder/avatar-placeholder.component.mjs +2 -2
  5. package/esm2020/lib/channel/channel.component.mjs +2 -2
  6. package/esm2020/lib/channel-header/channel-header.component.mjs +2 -2
  7. package/esm2020/lib/channel-query.mjs +1 -1
  8. package/esm2020/lib/channel.service.mjs +15 -15
  9. package/esm2020/lib/chat-client.service.mjs +7 -7
  10. package/esm2020/lib/custom-templates.service.mjs +44 -44
  11. package/esm2020/lib/icon/icon-placeholder/icon-placeholder.component.mjs +2 -2
  12. package/esm2020/lib/icon/loading-indicator-placeholder/loading-indicator-placeholder.component.mjs +2 -2
  13. package/esm2020/lib/message/message.component.mjs +4 -4
  14. package/esm2020/lib/message-actions-box/message-actions-box.component.mjs +3 -3
  15. package/esm2020/lib/message-actions.service.mjs +2 -2
  16. package/esm2020/lib/message-bounce-prompt/message-bounce-prompt.component.mjs +2 -2
  17. package/esm2020/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.mjs +86 -33
  18. package/esm2020/lib/message-input/emoji-input.service.mjs +3 -3
  19. package/esm2020/lib/message-input/message-input-config.service.mjs +11 -4
  20. package/esm2020/lib/message-input/message-input.component.mjs +4 -4
  21. package/esm2020/lib/message-input/textarea/textarea.component.mjs +2 -2
  22. package/esm2020/lib/message-list/message-list.component.mjs +2 -2
  23. package/esm2020/lib/message-reactions/message-reactions.component.mjs +5 -5
  24. package/esm2020/lib/message-reactions-selector/message-reactions-selector.component.mjs +3 -3
  25. package/esm2020/lib/message-reactions.service.mjs +5 -5
  26. package/esm2020/lib/message.service.mjs +2 -2
  27. package/esm2020/lib/notification/notification.component.mjs +2 -2
  28. package/esm2020/lib/notification.service.mjs +2 -2
  29. package/esm2020/lib/stream-i18n.service.mjs +2 -2
  30. package/esm2020/lib/theme.service.mjs +2 -2
  31. package/esm2020/lib/thread/thread.component.mjs +2 -2
  32. package/esm2020/lib/types.mjs +1 -1
  33. package/fesm2015/stream-chat-angular.mjs +193 -136
  34. package/fesm2015/stream-chat-angular.mjs.map +1 -1
  35. package/fesm2020/stream-chat-angular.mjs +191 -133
  36. package/fesm2020/stream-chat-angular.mjs.map +1 -1
  37. package/lib/attachment.service.d.ts +4 -4
  38. package/lib/avatar-placeholder/avatar-placeholder.component.d.ts +1 -1
  39. package/lib/channel/channel.component.d.ts +1 -1
  40. package/lib/channel-header/channel-header.component.d.ts +1 -1
  41. package/lib/channel-query.d.ts +1 -1
  42. package/lib/channel.service.d.ts +37 -37
  43. package/lib/chat-client.service.d.ts +10 -10
  44. package/lib/custom-templates.service.d.ts +43 -43
  45. package/lib/icon/icon-placeholder/icon-placeholder.component.d.ts +1 -1
  46. package/lib/icon/loading-indicator-placeholder/loading-indicator-placeholder.component.d.ts +1 -1
  47. package/lib/message/message.component.d.ts +3 -3
  48. package/lib/message-actions-box/message-actions-box.component.d.ts +2 -2
  49. package/lib/message-actions.service.d.ts +2 -2
  50. package/lib/message-bounce-prompt/message-bounce-prompt.component.d.ts +1 -1
  51. package/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.d.ts +8 -5
  52. package/lib/message-input/emoji-input.service.d.ts +2 -2
  53. package/lib/message-input/message-input-config.service.d.ts +12 -4
  54. package/lib/message-input/message-input.component.d.ts +8 -8
  55. package/lib/message-input/textarea/textarea.component.d.ts +2 -2
  56. package/lib/message-list/message-list.component.d.ts +1 -1
  57. package/lib/message-reactions/message-reactions.component.d.ts +4 -4
  58. package/lib/message-reactions-selector/message-reactions-selector.component.d.ts +2 -2
  59. package/lib/message-reactions.service.d.ts +6 -6
  60. package/lib/message.service.d.ts +1 -1
  61. package/lib/notification/notification.component.d.ts +1 -1
  62. package/lib/notification.service.d.ts +1 -1
  63. package/lib/stream-i18n.service.d.ts +1 -1
  64. package/lib/theme.service.d.ts +1 -1
  65. package/lib/thread/thread.component.d.ts +1 -1
  66. package/lib/types.d.ts +40 -1
  67. package/package.json +2 -2
  68. package/src/assets/version.ts +1 -1
@@ -11,183 +11,183 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export declare class CustomTemplatesService<T extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> {
13
13
  /**
14
- * The autocomplete list item template for mentioning users (used in the [`AutocompleteTextareaComponent`](../components/AutocompleteTextareaComponent.mdx))
14
+ * The autocomplete list item template for mentioning users (used in the [`AutocompleteTextareaComponent`](/chat/docs/sdk/angular/components/AutocompleteTextareaComponent/))
15
15
  */
16
16
  mentionAutocompleteItemTemplate$: BehaviorSubject<TemplateRef<MentionAutcompleteListItemContext> | undefined>;
17
17
  /**
18
- * The autocomplete list item template for commands (used in the [`AutocompleteTextareaComponent`](../components/AutocompleteTextareaComponent.mdx))
18
+ * The autocomplete list item template for commands (used in the [`AutocompleteTextareaComponent`](/chat/docs/sdk/angular/components/AutocompleteTextareaComponent/))
19
19
  */
20
20
  commandAutocompleteItemTemplate$: BehaviorSubject<TemplateRef<CommandAutocompleteListItemContext> | undefined>;
21
21
  /**
22
- * Template used to display an item in the [channel list](../components/ChannelListComponent.mdx) (instead of the default [channal list item](../components/ChannelPreviewComponent.mdx))
22
+ * Template used to display an item in the [channel list](/chat/docs/sdk/angular/components/ChannelListComponent/) (instead of the default [channal list item](/chat/docs/sdk/angular/components/ChannelPreviewComponent/))
23
23
  *
24
24
  */
25
25
  channelPreviewTemplate$: BehaviorSubject<TemplateRef<ChannelPreviewContext<DefaultStreamChatGenerics>> | undefined>;
26
26
  /**
27
- * The template used for displaying a [mention inside a message](../code-examples/mention-actions.mdx)
27
+ * The template used for displaying a [mention inside a message](/chat/docs/sdk/angular/code-examples/mention-actions/)
28
28
  *
29
29
  */
30
30
  mentionTemplate$: BehaviorSubject<TemplateRef<MentionTemplateContext> | undefined>;
31
31
  /**
32
- * The template for [emoji picker](../code-examples/emoji-picker.mdx)
32
+ * The template for [emoji picker](/chat/docs/sdk/angular/code-examples/emoji-picker)
33
33
  *
34
34
  */
35
35
  emojiPickerTemplate$: BehaviorSubject<TemplateRef<EmojiPickerContext> | undefined>;
36
36
  /**
37
- * The typing indicator template used in the [message list](../components/MessageListComponent.mdx)
37
+ * The typing indicator template used in the [message list](/chat/docs/sdk/angular/components/MessageListComponent/)
38
38
  *
39
39
  */
40
40
  typingIndicatorTemplate$: BehaviorSubject<TemplateRef<TypingIndicatorContext> | undefined>;
41
41
  /**
42
- * The template used to display a message in the [message list](../components/MessageListComponent.mdx) (instead of the [default message component](../components/MessageComponent.mdx))
42
+ * The template used to display a message in the [message list](/chat/docs/sdk/angular/components/MessageListComponent/) (instead of the [default message component](/chat/docs/sdk/angular/components/MessageComponent/))
43
43
  *
44
44
  */
45
45
  messageTemplate$: BehaviorSubject<TemplateRef<MessageContext> | undefined>;
46
46
  /**
47
- * The template for channel actions displayed in the [channel header](../components/ChannelHeaderComponent.mdx) (by default no channel action is displayed)
47
+ * The template for channel actions displayed in the [channel header](/chat/docs/sdk/angular/components/ChannelHeaderComponent/) (by default no channel action is displayed)
48
48
  *
49
49
  */
50
50
  channelActionsTemplate$: BehaviorSubject<TemplateRef<ChannelActionsContext<DefaultStreamChatGenerics>> | undefined>;
51
51
  /**
52
- * The template used to display attachments of a [message](../components/MessageComponent.mdx) (instead of the [default attachment list](../components/AttachmentListComponent.mdx))
52
+ * The template used to display attachments of a [message](/chat/docs/sdk/angular/components/MessageComponent/) (instead of the [default attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/))
53
53
  *
54
54
  */
55
55
  attachmentListTemplate$: BehaviorSubject<TemplateRef<AttachmentListContext> | undefined>;
56
56
  /**
57
- * The template used to display attachments in the [message input](../components/MessageInputComponent.mdx) component (instead of the [default attachment preview](../components/AttachmentPreviewListComponent.mdx))
57
+ * The template used to display attachments in the [message input](/chat/docs/sdk/angular/components/MessageInputComponent) component (instead of the [default attachment preview](/chat/docs/sdk/angular/components/AttachmentPreviewListComponent))
58
58
  *
59
59
  */
60
60
  attachmentPreviewListTemplate$: BehaviorSubject<TemplateRef<AttachmentPreviewListContext> | undefined>;
61
61
  /**
62
- * The template used to display avatars for channels and users (instead of the [default avatar](../components/AvatarComponent.mdx))
62
+ * The template used to display avatars for channels and users (instead of the [default avatar](/chat/docs/sdk/angular/components/AvatarComponent/))
63
63
  *
64
64
  */
65
65
  avatarTemplate$: BehaviorSubject<TemplateRef<AvatarContext> | undefined>;
66
66
  /**
67
- * Template for displaying icons (instead of the [default icon component](../components/IconComponent.mdx))
67
+ * Template for displaying icons (instead of the [default icon component](/chat/docs/sdk/angular/components/IconComponent/))
68
68
  *
69
69
  */
70
70
  iconTemplate$: BehaviorSubject<TemplateRef<IconContext> | undefined>;
71
71
  /**
72
- * Template for displaying the loading indicator (instead of the [default loading indicator](../components/LoadingIndicatorComponent.mdx))
72
+ * Template for displaying the loading indicator (instead of the [default loading indicator](/chat/docs/sdk/angular/components/LoadingIndicatorComponent/))
73
73
  *
74
74
  */
75
75
  loadingIndicatorTemplate$: BehaviorSubject<TemplateRef<void> | undefined>;
76
76
  /**
77
- * Template for displaying the message actions box (instead of the [default message actions box](../components/MessageActionsBoxComponent.mdx))
77
+ * Template for displaying the message actions box (instead of the [default message actions box](/chat/docs/sdk/angular/components/MessageActionsBoxComponent/))
78
78
  *
79
79
  */
80
80
  messageActionsBoxTemplate$: BehaviorSubject<TemplateRef<MessageActionsBoxContext<DefaultStreamChatGenerics>> | undefined>;
81
81
  /**
82
- * The template used for displaying an item in the [message actions box](../components/MessageActionsBoxComponent.mdx)
82
+ * The template used for displaying an item in the [message actions box](/chat/docs/sdk/angular/components/MessageActionsBoxComponent/)
83
83
  *
84
84
  */
85
85
  messageActionsBoxItemTemplate$: BehaviorSubject<TemplateRef<MessageActionBoxItemContext<DefaultStreamChatGenerics>> | undefined>;
86
86
  /**
87
- * The template used to display the reactions of a [message](../components/MessageComponent.mdx), and the selector to add a reaction to a message (instead of the [default message reactions component](../components/MessageReactionsComponent.mdx))
87
+ * The template used to display the reactions of a [message](/chat/docs/sdk/angular/components/MessageComponent/), and the selector to add a reaction to a message (instead of the [default message reactions component](/chat/docs/sdk/angular/components/MessageReactionsComponent/))
88
88
  *
89
89
  */
90
90
  messageReactionsTemplate$: BehaviorSubject<TemplateRef<MessageReactionsContext> | undefined>;
91
91
  /**
92
- * The template used to display the reactions of a [message](../components/MessageComponent.mdx), and the selector to add a reaction to a message (instead of the [default message reactions component](../components/MessageReactionsComponent.mdx))
92
+ * The template used to display the reactions of a [message](/chat/docs/sdk/angular/components/MessageComponent/), and the selector to add a reaction to a message (instead of the [default message reactions component](/chat/docs/sdk/angular/components/MessageReactionsComponent/))
93
93
  *
94
94
  */
95
95
  messageReactionsSelectorTemplate$: BehaviorSubject<TemplateRef<MessageReactionsSelectorContext> | undefined>;
96
96
  /**
97
- * The template used to display a modal window (instead of the [default modal](../components/ModalComponent.mdx))
97
+ * The template used to display a modal window (instead of the [default modal](/chat/docs/sdk/angular/components/ModalComponent/))
98
98
  *
99
99
  */
100
100
  modalTemplate$: BehaviorSubject<TemplateRef<ModalContext> | undefined>;
101
101
  /**
102
- * The template used to override the [default notification component](../components/NotificationComponent.mdx)
102
+ * The template used to override the [default notification component](/chat/docs/sdk/angular/components/NotificationComponent/)
103
103
  *
104
104
  */
105
105
  notificationTemplate$: BehaviorSubject<TemplateRef<NotificationContext> | undefined>;
106
106
  /**
107
- * The template used for header of a [thread](../components/ThreadComponent.mdx)
107
+ * The template used for header of a [thread](/chat/docs/sdk/angular/components/ThreadComponent/)
108
108
  *
109
109
  */
110
110
  threadHeaderTemplate$: BehaviorSubject<TemplateRef<ThreadHeaderContext> | undefined>;
111
111
  /**
112
- * The template used for displaying the delivered state of the message inside the [message component](../components/MessageComponent.mdx)
112
+ * The template used for displaying the delivered state of the message inside the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
113
113
  *
114
114
  * Displayed for the last message sent by the current user, if the message isn't yet read by anyone
115
115
  *
116
116
  */
117
117
  deliveredStatusTemplate$: BehaviorSubject<TemplateRef<DeliveredStatusContext> | undefined>;
118
118
  /**
119
- * The template used for displaying the sending state of the message inside the [message component](../components/MessageComponent.mdx)
119
+ * The template used for displaying the sending state of the message inside the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
120
120
  *
121
121
  * Displayed for the last message sent by the current user, if the message is currently being sent
122
122
  *
123
123
  */
124
124
  sendingStatusTemplate$: BehaviorSubject<TemplateRef<SendingStatusContext> | undefined>;
125
125
  /**
126
- * The template used for displaying the sent state of the message inside the [message component](../components/MessageComponent.mdx)
126
+ * The template used for displaying the sent state of the message inside the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
127
127
  *
128
128
  * Displayed for the last message sent by the current user, if the message is read at least by one user
129
129
  *
130
130
  */
131
131
  readStatusTemplate$: BehaviorSubject<TemplateRef<ReadStatusContext> | undefined>;
132
132
  /**
133
- * Template to display custom metadata inside [message component](../components/MessageComponent.mdx)
133
+ * Template to display custom metadata inside [message component](/chat/docs/sdk/angular/components/MessageComponent/)
134
134
  *
135
135
  */
136
136
  customMessageMetadataTemplate$: BehaviorSubject<TemplateRef<CustomMetadataContext<T>> | undefined>;
137
137
  /**
138
- * The template used to display additional information about a channel under the channel name inside the [channel header component](../components/ChannelHeaderComponent.mdx)
138
+ * The template used to display additional information about a channel under the channel name inside the [channel header component](/chat/docs/sdk/angular/components/ChannelHeaderComponent/)
139
139
  *
140
140
  */
141
141
  channelHeaderInfoTemplate$: BehaviorSubject<TemplateRef<ChannelHeaderInfoContext<DefaultStreamChatGenerics>> | undefined>;
142
142
  /**
143
- * The template used for displaying file upload/attachment selector inside the [message input](../components/MessageInputComponent.mdx)
143
+ * The template used for displaying file upload/attachment selector inside the [message input](/chat/docs/sdk/angular/components/MessageInputComponent/)
144
144
  *
145
145
  */
146
146
  customAttachmentUploadTemplate$: BehaviorSubject<TemplateRef<CustomAttachmentUploadContext> | undefined>;
147
147
  /**
148
- * The template that can be used to override how a single image attachment is displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
148
+ * The template that can be used to override how a single image attachment is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
149
149
  */
150
150
  imageAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
151
151
  /**
152
- * The template that can be used to override how a voice recording attachment is displayed inside the [attachment list](../components/AttachmentListComponent.mdx), by default the [voice recording component](../components/VoiceRecordingComponent.mdx) is used
152
+ * The template that can be used to override how a voice recording attachment is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/), by default the [voice recording component](/chat/docs/sdk/angular/components/VoiceRecordingComponent/) is used
153
153
  */
154
154
  voiceRecordingAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
155
155
  /**
156
- * The template that can be used to override how a video attachment is displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
156
+ * The template that can be used to override how a video attachment is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
157
157
  */
158
158
  videoAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
159
159
  /**
160
- * The template that can be used to override how image gallery is displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
160
+ * The template that can be used to override how image gallery is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
161
161
  */
162
162
  galleryAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
163
163
  /**
164
- * The template that can be used to override how a file attachment is displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
164
+ * The template that can be used to override how a file attachment is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
165
165
  */
166
166
  fileAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
167
167
  /**
168
- * The template that can be used to override how a card attachment is displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
168
+ * The template that can be used to override how a card attachment is displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
169
169
  */
170
170
  cardAttachmentTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
171
171
  /**
172
- * The template that can be used to override how attachment actions are displayed inside the [attachment list](../components/AttachmentListComponent.mdx)
172
+ * The template that can be used to override how attachment actions are displayed inside the [attachment list](/chat/docs/sdk/angular/components/AttachmentListComponent/)
173
173
  */
174
174
  attachmentActionsTemplate$: BehaviorSubject<TemplateRef<AttachmentContext> | undefined>;
175
175
  /**
176
- * The template used to display [system messages](https://getstream.io/chat/docs/javascript/silent_messages/?language=javascript&q=system) indise the [message component](../components/MessageComponent.mdx)
176
+ * The template used to display [system messages](/chat/docs/javascript/silent_messages/) indise the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
177
177
  */
178
178
  systemMessageTemplate$: BehaviorSubject<TemplateRef<SystemMessageContext> | undefined>;
179
179
  /**
180
- * The template used to display the date separator inside the [message list](../components/MessageListComponent.mdx)
180
+ * The template used to display the date separator inside the [message list](/chat/docs/sdk/angular/components/MessageListComponent/)
181
181
  */
182
182
  dateSeparatorTemplate$: BehaviorSubject<TemplateRef<DateSeparatorContext> | undefined>;
183
183
  /**
184
- * The template used to display unread messages indicator inside the [message list](../components/MessageListComponent.mdx) when the channel is opened
184
+ * The template used to display unread messages indicator inside the [message list](/chat/docs/sdk/angular/components/MessageListComponent/) when the channel is opened
185
185
  *
186
186
  * This UI element is used to separate unread messages from read messages
187
187
  */
188
188
  newMessagesIndicatorTemplate$: BehaviorSubject<TemplateRef<UnreadMessagesIndicatorContext> | undefined>;
189
189
  /**
190
- * The template used to display unread messages notification inside the [message list](../components/MessageListComponent.mdx) when the channel is opened
190
+ * The template used to display unread messages notification inside the [message list](/chat/docs/sdk/angular/components/MessageListComponent/) when the channel is opened
191
191
  *
192
192
  * Users can use this notification to jump to the first unread message when it's clicked
193
193
  */
@@ -201,28 +201,28 @@ export declare class CustomTemplatesService<T extends DefaultStreamChatGenerics
201
201
  */
202
202
  emptyThreadMessageListPlaceholder$: BehaviorSubject<TemplateRef<void> | undefined>;
203
203
  /**
204
- * The template used to display the [message bounce prompt](../components/MessageBouncePromptComponent.mdx)
204
+ * The template used to display the [message bounce prompt](/chat/docs/sdk/angular/components/MessageBouncePromptComponent/)
205
205
  */
206
206
  messageBouncePromptTemplate$: BehaviorSubject<TemplateRef<void> | undefined>;
207
207
  /**
208
- * Template used to display the channel information inside the [channel list item](../components/ChannelPreviewComponent.mdx)
208
+ * Template used to display the channel information inside the [channel list item](/chat/docs/sdk/angular/components/ChannelPreviewComponent/)
209
209
  *
210
210
  */
211
211
  channelPreviewInfoTemplate$: BehaviorSubject<TemplateRef<ChannelPreviewInfoContext<DefaultStreamChatGenerics>> | undefined>;
212
212
  /**
213
- * The template used to display custom attachment previews in the [message input component](../../components/MessageInputComponent.mdx)
213
+ * The template used to display custom attachment previews in the [message input component](/chat/docs/sdk/angular/components/MessageInputComponent/)
214
214
  */
215
215
  customAttachmentPreviewListTemplate$: BehaviorSubject<TemplateRef<CustomAttachmentPreviewListContext<DefaultStreamChatGenerics>> | undefined>;
216
216
  /**
217
- * The template used to display custom attachments in the [message component](../../components/MessageComponent.mdx)
217
+ * The template used to display custom attachments in the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
218
218
  */
219
219
  customAttachmentListTemplate$: BehaviorSubject<TemplateRef<CustomAttachmentListContext<DefaultStreamChatGenerics>> | undefined>;
220
220
  /**
221
- * The template used to display the number of thread replies inside the [message component](../../components/MessageComponent.mdx)
221
+ * The template used to display the number of thread replies inside the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
222
222
  */
223
223
  threadLinkButton$: BehaviorSubject<TemplateRef<ThreadReplyButtonContext<DefaultStreamChatGenerics>> | undefined>;
224
224
  /**
225
- * Template to display custom metadata inside the message bubble of the [message component](../components/MessageComponent.mdx)
225
+ * Template to display custom metadata inside the message bubble of the [message component](/chat/docs/sdk/angular/components/MessageComponent/)
226
226
  *
227
227
  * To properly position your template you should override the `grid-template-areas` of the `.str-chat__message-inner` selector
228
228
  */
@@ -4,7 +4,7 @@ import { IconContext } from '../../types';
4
4
  import { CustomTemplatesService } from '../../custom-templates.service';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
- * The `IconPlaceholder` component displays the [default icons](./IconComponent.mdx) unless a [custom template](../services/CustomTemplatesService.mdx) is provided. This component is used by the SDK internally, you likely won't need to use it.
7
+ * The `IconPlaceholder` component displays the [default icons](/chat/docs/sdk/angular/components/IconComponent/) unless a [custom template](/chat/docs/sdk/angular/services/CustomTemplatesService/) is provided. This component is used by the SDK internally, you likely won't need to use it.
8
8
  */
9
9
  export declare class IconPlaceholderComponent implements OnChanges {
10
10
  customTemplatesService: CustomTemplatesService;
@@ -1,7 +1,7 @@
1
1
  import { CustomTemplatesService } from '../../custom-templates.service';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
- * The `LoadingInficatorPlaceholder` component displays the [default loading indicator](./LoadingIndicatorComponent.mdx) unless a [custom template](../services/CustomTemplatesService.mdx) is provided. This component is used by the SDK internally, you likely won't need to use it.
4
+ * The `LoadingInficatorPlaceholder` component displays the [default loading indicator](/chat/docs/sdk/angular/components/LoadingIndicatorComponent/) unless a [custom template](/chat/docs/sdk/angular/services/CustomTemplatesService/) is provided. This component is used by the SDK internally, you likely won't need to use it.
5
5
  */
6
6
  export declare class LoadingIndicatorPlaceholderComponent {
7
7
  customTemplatesService: CustomTemplatesService;
@@ -17,7 +17,7 @@ declare type MessagePart = {
17
17
  user?: UserResponse;
18
18
  };
19
19
  /**
20
- * The `Message` component displays a message with additional information such as sender and date, and enables [interaction with the message (i.e. edit or react)](../concepts/message-interactions.mdx).
20
+ * The `Message` component displays a message with additional information such as sender and date, and enables [interaction with the message (i.e. edit or react)](/chat/docs/sdk/angular/concepts/message-interactions/).
21
21
  */
22
22
  export declare class MessageComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
23
23
  private chatClientService;
@@ -34,7 +34,7 @@ export declare class MessageComponent implements OnInit, OnChanges, OnDestroy, A
34
34
  */
35
35
  message: StreamMessage | undefined;
36
36
  /**
37
- * The list of [channel capabilities](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript) that are enabled for the current user, the list of [supported interactions](../concepts/message-interactions.mdx) can be found in our message interaction guide. Unathorized actions won't be displayed on the UI. The [`MessageList`](./MessageListComponent.mdx) component automatically sets this based on [channel capabilities](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript).
37
+ * The list of [channel capabilities](/chat/docs/javascript/channel_capabilities/) that are enabled for the current user, the list of [supported interactions](/chat/docs/sdk/angular/concepts/message-interactions/) can be found in our message interaction guide. Unathorized actions won't be displayed on the UI. The [`MessageList`](/chat/docs/sdk/angular/components/MessageListComponent/) component automatically sets this based on [channel capabilities](/chat/docs/javascript/channel_capabilities/).
38
38
  */
39
39
  enabledMessageActions: string[];
40
40
  /**
@@ -42,7 +42,7 @@ export declare class MessageComponent implements OnInit, OnChanges, OnDestroy, A
42
42
  */
43
43
  isLastSentMessage: boolean | undefined;
44
44
  /**
45
- * Determines if the message is being dispalyed in a channel or in a [thread](https://getstream.io/chat/docs/javascript/threads/?language=javascript).
45
+ * Determines if the message is being dispalyed in a channel or in a [thread](/chat/docs/javascript/threads/).
46
46
  */
47
47
  mode: 'thread' | 'main';
48
48
  /**
@@ -4,7 +4,7 @@ import { CustomMessageActionItem, MessageActionBoxItemContext, MessageActionItem
4
4
  import { MessageActionsService } from '../message-actions.service';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
- * The `MessageActionsBox` component displays a list of message actions (i.e edit), that can be opened or closed. You can find the [list of the supported actions](../concepts/message-interactions.mdx) in the message interaction guide.
7
+ * The `MessageActionsBox` component displays a list of message actions (i.e edit), that can be opened or closed. You can find the [list of the supported actions](/chat/docs/sdk/angular/concepts/message-interactions/) in the message interaction guide.
8
8
  */
9
9
  export declare class MessageActionsBoxComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
10
10
  readonly customTemplatesService: CustomTemplatesService;
@@ -23,7 +23,7 @@ export declare class MessageActionsBoxComponent implements OnInit, OnChanges, On
23
23
  */
24
24
  messageTextHtmlElement: HTMLElement | undefined;
25
25
  /**
26
- * The list of [channel capabilities](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript) that are enabled for the current user, the list of [supported interactions](../concepts/message-interactions.mdx) can be found in our message interaction guide. Unathorized actions won't be displayed on the UI.
26
+ * The list of [channel capabilities](/chat/docs/javascript/channel_capabilities/) that are enabled for the current user, the list of [supported interactions](/chat/docs/sdk/angular/concepts/message-interactions) can be found in our message interaction guide. Unathorized actions won't be displayed on the UI.
27
27
  */
28
28
  enabledActions: string[];
29
29
  messageActionItemTemplate: TemplateRef<MessageActionBoxItemContext> | undefined;
@@ -5,7 +5,7 @@ import { NotificationService } from './notification.service';
5
5
  import { ChannelService } from './channel.service';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * The message actions service provides customization options for the [message actions](../../components/MessageActionsBoxComponent)
8
+ * The message actions service provides customization options for the [message actions](/chat/docs/sdk/angular/components/MessageActionsBoxComponent)
9
9
  */
10
10
  export declare class MessageActionsService<T extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> {
11
11
  private chatClientService;
@@ -24,7 +24,7 @@ export declare class MessageActionsService<T extends DefaultStreamChatGenerics =
24
24
  */
25
25
  customActions$: BehaviorSubject<CustomMessageActionItem<DefaultStreamChatGenerics>[]>;
26
26
  /**
27
- * By default the [`MessageComponent`](../../components/MessageComponent) will display the [`MessageActionsBoxComponent`](../../components/MessageActionsBoxComponent). You can override that behavior by providing your own event handler.
27
+ * By default the [`MessageComponent`](/chat/docs/sdk/angular/components/MessageComponent/) will display the [`MessageActionsBoxComponent`](/chat/docs/sdk/angular/components/MessageActionsBoxComponent/). You can override that behavior by providing your own event handler.
28
28
  */
29
29
  customActionClickHandler?: (details: MessageActionsClickDetails<T>) => void;
30
30
  private hasDisplayedClipboardWarning;
@@ -5,7 +5,7 @@ import { MessageActionsService } from '../message-actions.service';
5
5
  import { StreamMessage } from '../types';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * The component watches for the [`channelService.bouncedMessage$` stream](../../services/ChannelService/#bouncedmessage) and opens the bounce modal if a message is emitted.
8
+ * The component watches for the [`channelService.bouncedMessage$` stream](/chat/docs/sdk/angular/services/ChannelService/#bouncedmessage) and opens the bounce modal if a message is emitted.
9
9
  *
10
10
  * To bounce messages, you need to set up [semantic filters for moderation](https://getstream.io/automated-moderation/docs/automod_configuration/?q=semantic%20filters).
11
11
  */
@@ -8,9 +8,10 @@ import { ChatClientService } from '../../chat-client.service';
8
8
  import { TransliterationService } from '../../transliteration.service';
9
9
  import { EmojiInputService } from '../emoji-input.service';
10
10
  import { CustomTemplatesService } from '../../custom-templates.service';
11
+ import { MessageInputConfigService } from '../message-input-config.service';
11
12
  import * as i0 from "@angular/core";
12
13
  /**
13
- * The `AutocompleteTextarea` component is used by the [`MessageInput`](./MessageInputComponent.mdx) component to display the input HTML element where users can type their message.
14
+ * The `AutocompleteTextarea` component is used by the [`MessageInput`](/chat/docs/sdk/angular/components/MessageInputComponent/) component to display the input HTML element where users can type their message.
14
15
  */
15
16
  export declare class AutocompleteTextareaComponent implements TextareaInterface, OnChanges, AfterViewInit {
16
17
  private channelService;
@@ -19,6 +20,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
19
20
  private emojiInputService;
20
21
  private customTemplatesService;
21
22
  private cdRef;
23
+ private messageInputConfigService;
22
24
  class: string;
23
25
  /**
24
26
  * The value of the input HTML element.
@@ -29,15 +31,15 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
29
31
  */
30
32
  placeholder: string;
31
33
  /**
32
- * If true, users can mention other users in messages. You can also set this input on the [`MessageInput`](./MessageInputComponent.mdx/#inputs-and-outputs) component.
34
+ * If true, users can mention other users in messages. You can also set this input on the [`MessageInput`](/chat/docs/sdk/angular/components/MessageInputComponent/#inputs-and-outputs/) component.
33
35
  */
34
36
  areMentionsEnabled: boolean | undefined;
35
37
  /**
36
- * See [`MessageInputConfigService`](../services/MessageInputConfigService.mdx) for more information
38
+ * See [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService) for more information
37
39
  */
38
40
  inputMode: 'desktop' | 'mobile';
39
41
  /**
40
- * The scope for user mentions, either members of the current channel of members of the application. You can also set this input on the [`MessageInput`](./MessageInputComponent.mdx/#inputs-and-outputs) component.
42
+ * The scope for user mentions, either members of the current channel of members of the application. You can also set this input on the [`MessageInput`](/chat/docs/sdk/angular/components/MessageInputComponent/#inputs-and-outputs) component.
41
43
  */
42
44
  mentionScope: 'channel' | 'application';
43
45
  /**
@@ -73,7 +75,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
73
75
  private slashCommandConfig;
74
76
  private searchTerm$;
75
77
  private isViewInited;
76
- constructor(channelService: ChannelService, chatClientService: ChatClientService, transliterationService: TransliterationService, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, cdRef: ChangeDetectorRef);
78
+ constructor(channelService: ChannelService, chatClientService: ChatClientService, transliterationService: TransliterationService, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, cdRef: ChangeDetectorRef, messageInputConfigService: MessageInputConfigService);
77
79
  ngOnChanges(changes: SimpleChanges): void;
78
80
  ngAfterViewInit(): void;
79
81
  filter(searchString: string, items: {
@@ -90,6 +92,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
90
92
  private transliterate;
91
93
  private updateMentionOptions;
92
94
  private updateMentionedUsersFromText;
95
+ private updateCustomAutocompleteOptions;
93
96
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteTextareaComponent, never>;
94
97
  static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteTextareaComponent, "stream-autocomplete-textarea", never, { "value": "value"; "placeholder": "placeholder"; "areMentionsEnabled": "areMentionsEnabled"; "inputMode": "inputMode"; "mentionScope": "mentionScope"; "autoFocus": "autoFocus"; }, { "valueChange": "valueChange"; "send": "send"; "userMentions": "userMentions"; "pasteFromClipboard": "pasteFromClipboard"; }, never, never, false, never>;
95
98
  }
@@ -1,11 +1,11 @@
1
1
  import { Subject } from 'rxjs';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
- * If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this service, more info can be found in [custom emoji picker guide](../code-examples/emoji-picker.mdx)
4
+ * If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this service, more info can be found in [custom emoji picker guide](/chat/docs/sdk/angular/code-examples/emoji-picker/)
5
5
  */
6
6
  export declare class EmojiInputService {
7
7
  /**
8
- * If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this Subject, more info can be found in [custom emoji picker guide](../code-examples/emoji-picker.mdx)
8
+ * If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this Subject, more info can be found in [custom emoji picker guide](/chat/docs/sdk/angular/code-examples/emoji-picker/)
9
9
  */
10
10
  emojiInput$: Subject<string>;
11
11
  constructor();
@@ -1,15 +1,17 @@
1
1
  import { MessageInputComponent } from './message-input.component';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { CustomAutocomplete } from '../types';
2
4
  import * as i0 from "@angular/core";
3
5
  /**
4
- * The `MessageInputConfigService` is used to keep a consistent configuration among the different [`MessageInput`](../components/MessageInputComponent.mdx) components if your UI has more than one input component.
6
+ * The `MessageInputConfigService` is used to keep a consistent configuration among the different [`MessageInput`](/chat/docs/sdk/angular/components/MessageInputComponent/) components if your UI has more than one input component.
5
7
  */
6
8
  export declare class MessageInputConfigService {
7
9
  /**
8
- * If file upload is enabled, the user can open a file selector from the input. Please note that the user also needs to have the necessary [channel capability](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript).
10
+ * If file upload is enabled, the user can open a file selector from the input. Please note that the user also needs to have the necessary [channel capability](/chat/docs/javascript/channel_capabilities/).
9
11
  */
10
12
  isFileUploadEnabled: boolean | undefined;
11
13
  /**
12
- * If true, users can mention other users in messages. You also [need to use the `AutocompleteTextarea`](../concepts/opt-in-architecture.mdx) for this feature to work.
14
+ * If true, users can mention other users in messages. You also [need to use the `AutocompleteTextarea`](/chat/docs/sdk/angular/concepts/opt-in-architecture/) for this feature to work.
13
15
  */
14
16
  areMentionsEnabled: boolean | undefined;
15
17
  /**
@@ -32,7 +34,7 @@ export declare class MessageInputConfigService {
32
34
  /**
33
35
  * Override the message input's default event handler for [paste events](https://developer.mozilla.org/en-US/docs/Web/API/Element/paste_event)
34
36
  *
35
- * The event handler will receive the event object, and the [message input component](../../components/MessageInputComponent).
37
+ * The event handler will receive the event object, and the [message input component](/chat/docs/sdk/angular/components/MessageInputComponent).
36
38
  *
37
39
  * You can use the public API of the message input component to update the composer. Typically you want to update the message text and/or attachments, this is how you can do these:
38
40
  * - Change message text: `inputComponent.textareaValue = '<new value>'`
@@ -40,6 +42,12 @@ export declare class MessageInputConfigService {
40
42
  * - Upload custom attachments: `inputComponent.attachmentService.customAttachments$.next(<custom attachments>)`
41
43
  */
42
44
  customPasteEventHandler?: (event: ClipboardEvent, inputComponent: MessageInputComponent) => void;
45
+ /**
46
+ * Add custom autocomplete configurations to the message input
47
+ *
48
+ * Only works when using StreamAutocompleteTextareaModule
49
+ */
50
+ customAutocompletes$: BehaviorSubject<CustomAutocomplete[]>;
43
51
  constructor();
44
52
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageInputConfigService, never>;
45
53
  static ɵprov: i0.ɵɵInjectableDeclaration<MessageInputConfigService>;
@@ -14,7 +14,7 @@ import { VoiceRecorderService } from './voice-recorder.service';
14
14
  import { AudioRecorderService } from '../voice-recorder/audio-recorder.service';
15
15
  import * as i0 from "@angular/core";
16
16
  /**
17
- * The `MessageInput` component displays an input where users can type their messages and upload files, and sends the message to the active channel. The component can be used to compose new messages or update existing ones. To send messages, the chat user needs to have the necessary [channel capability](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript).
17
+ * The `MessageInput` component displays an input where users can type their messages and upload files, and sends the message to the active channel. The component can be used to compose new messages or update existing ones. To send messages, the chat user needs to have the necessary [channel capability](/chat/docs/javascript/channel_capabilities/).
18
18
  */
19
19
  export declare class MessageInputComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
20
20
  private channelService;
@@ -30,23 +30,23 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
30
30
  readonly voiceRecorderService: VoiceRecorderService;
31
31
  audioRecorder?: AudioRecorderService | undefined;
32
32
  /**
33
- * If file upload is enabled, the user can open a file selector from the input. Please note that the user also needs to have the necessary [channel capability](https://getstream.io/chat/docs/javascript/channel_capabilities/?language=javascript). If no value is provided, it is set from the [`MessageInputConfigService`](../services/MessageInputConfigService.mdx).
33
+ * If file upload is enabled, the user can open a file selector from the input. Please note that the user also needs to have the necessary [channel capability](/chat/docs/javascript/channel_capabilities/). If no value is provided, it is set from the [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService/).
34
34
  */
35
35
  isFileUploadEnabled: boolean | undefined;
36
36
  /**
37
- * If true, users can mention other users in messages. You also [need to use the `AutocompleteTextarea`](../concepts/opt-in-architecture.mdx) for this feature to work. If no value is provided, it is set from the [`MessageInputConfigService`](../services/MessageInputConfigService.mdx).
37
+ * If true, users can mention other users in messages. You also [need to use the `AutocompleteTextarea`](/chat/docs/sdk/angular/concepts/opt-in-architecture/) for this feature to work. If no value is provided, it is set from the [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService/).
38
38
  */
39
39
  areMentionsEnabled: boolean | undefined;
40
40
  /**
41
- * The scope for user mentions, either members of the current channel of members of the application. If no value is provided, it is set from the [`MessageInputConfigService`](../services/MessageInputConfigService.mdx).
41
+ * The scope for user mentions, either members of the current channel of members of the application. If no value is provided, it is set from the [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService/).
42
42
  */
43
43
  mentionScope: 'channel' | 'application' | undefined;
44
44
  /**
45
- * Determines if the message is being dispalyed in a channel or in a [thread](https://getstream.io/chat/docs/javascript/threads/?language=javascript).
45
+ * Determines if the message is being dispalyed in a channel or in a [thread](/chat/docs/javascript/threads/).
46
46
  */
47
47
  mode: 'thread' | 'main';
48
48
  /**
49
- * If true, users can select multiple files to upload. If no value is provided, it is set from the [`MessageInputConfigService`](../services/MessageInputConfigService.mdx).
49
+ * If true, users can select multiple files to upload. If no value is provided, it is set from the [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService/).
50
50
  */
51
51
  isMultipleFileUploadEnabled: boolean | undefined;
52
52
  /**
@@ -58,7 +58,7 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
58
58
  */
59
59
  sendMessage$: Observable<void> | undefined;
60
60
  /**
61
- * In `desktop` mode the `Enter` key will trigger message sending, in `mobile` mode the `Enter` key will insert a new line to the message input. If no value is provided, it is set from the [`MessageInputConfigService`](../services/MessageInputConfigService.mdx).
61
+ * In `desktop` mode the `Enter` key will trigger message sending, in `mobile` mode the `Enter` key will insert a new line to the message input. If no value is provided, it is set from the [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService/).
62
62
  */
63
63
  inputMode: 'desktop' | 'mobile';
64
64
  /**
@@ -66,7 +66,7 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
66
66
  */
67
67
  autoFocus: boolean;
68
68
  /**
69
- * By default the input will react to changes in `messageToEdit$` from [`MessageActionsService`](../services/MessageActionsService.mdx) and display the message to be edited (taking into account the current `mode`).
69
+ * By default the input will react to changes in `messageToEdit$` from [`MessageActionsService`](/chat/docs/sdk/angular/services/MessageActionsService/) and display the message to be edited (taking into account the current `mode`).
70
70
  *
71
71
  * If you don't need that behavior, you can turn this of with this flag. In that case you should create your own edit message UI.
72
72
  */
@@ -4,7 +4,7 @@ import { TextareaInterface } from '../textarea.interface';
4
4
  import { UserResponse } from 'stream-chat';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
- * The `Textarea` component is used by the [`MessageInput`](./MessageInputComponent.mdx) component to display the input HTML element where users can type their message.
7
+ * The `Textarea` component is used by the [`MessageInput`](/chat/docs/sdk/angular/components/MessageInputComponent/) component to display the input HTML element where users can type their message.
8
8
  */
9
9
  export declare class TextareaComponent implements TextareaInterface, OnChanges, OnDestroy, AfterViewInit {
10
10
  private emojiInputService;
@@ -18,7 +18,7 @@ export declare class TextareaComponent implements TextareaInterface, OnChanges,
18
18
  */
19
19
  placeholder: string;
20
20
  /**
21
- * See [`MessageInputConfigService`](../services/MessageInputConfigService.mdx) for more information
21
+ * See [`MessageInputConfigService`](/chat/docs/sdk/angular/services/MessageInputConfigService) for more information
22
22
  */
23
23
  inputMode: 'desktop' | 'mobile';
24
24
  /**
@@ -19,7 +19,7 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
19
19
  private ngZone;
20
20
  private cdRef;
21
21
  /**
22
- * Determines if the message list should display channel messages or [thread messages](https://getstream.io/chat/docs/javascript/threads/?language=javascript).
22
+ * Determines if the message list should display channel messages or [thread messages](/chat/docs/javascript/threads/).
23
23
  */
24
24
  mode: 'main' | 'thread';
25
25
  /**
@@ -5,7 +5,7 @@ import { MessageReactionsService } from '../message-reactions.service';
5
5
  import { CustomTemplatesService } from '../custom-templates.service';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * The `MessageReactions` component displays the reactions of a message. You can read more about [message reactions](https://getstream.io/chat/docs/javascript/send_reaction/?language=javascript) in the platform documentation.
8
+ * The `MessageReactions` component displays the reactions of a message. You can read more about [message reactions](/chat/docs/javascript/send_reaction/) in the platform documentation.
9
9
  */
10
10
  export declare class MessageReactionsComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
11
11
  private cdRef;
@@ -29,12 +29,12 @@ export declare class MessageReactionsComponent implements OnChanges, OnInit, Aft
29
29
  [key in MessageReactionType]?: number;
30
30
  };
31
31
  /**
32
- * List of reactions of a [message](../types/stream-message.mdx), used to display the users of a reaction type.
33
- * @deprecated you can fetch the reactions using [`messageReactionsService.queryReactions()`](https://getstream.io/chat/docs/sdk/angular/services/MessageReactionsService/#queryreactions)
32
+ * List of reactions of a [message](/chat/docs/sdk/angular/types/stream-message/), used to display the users of a reaction type.
33
+ * @deprecated you can fetch the reactions using [`messageReactionsService.queryReactions()`](/chat/docs/sdk/angular/services/MessageReactionsService/#queryreactions)
34
34
  */
35
35
  latestReactions: ReactionResponse<DefaultStreamChatGenerics>[];
36
36
  /**
37
- * List of the user's own reactions of a [message](../types/stream-message.mdx), used to display the users of a reaction type.
37
+ * List of the user's own reactions of a [message](/chat/docs/sdk/angular/types/stream-message/), used to display the users of a reaction type.
38
38
  */
39
39
  ownReactions: ReactionResponse<DefaultStreamChatGenerics>[];
40
40
  private selectorContainer;