Interface: ConversationsInfoArguments
Extends
Channel
.TokenOverridable
.LocaleAware
Properties
channel
channel: string;
Description
ID of conversation.
Inherited from
Channel.channel
Defined in
packages/web-api/src/types/request/conversations.ts:15
include_locale?
optional include_locale: boolean;
Description
Set this to true
to receive the locale with the response.
Inherited from
LocaleAware.include_locale
Defined in
packages/web-api/src/types/request/common.ts:51
include_num_members?
optional include_num_members: boolean;
Description
Set to true
to include the member count for the specified conversation. Defaults to false
.
Defined in
packages/web-api/src/types/request/conversations.ts:105
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token