botas-core
← BotAS Docs
.NET Guide
Node.js Guide
Python Guide
Preparing search index...
TeamsChannelData
Interface TeamsChannelData
Teams-specific channel data attached to an activity.
interface
TeamsChannelData
{
tenant
?:
TenantInfo
;
channel
?:
ChannelInfo
;
team
?:
TeamInfo
;
meeting
?:
MeetingInfo
;
notification
?:
NotificationInfo
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
tenant?
channel?
team?
meeting?
notification?
Properties
Optional
tenant
tenant
?:
TenantInfo
Optional
channel
channel
?:
ChannelInfo
Optional
team
team
?:
TeamInfo
Optional
meeting
meeting
?:
MeetingInfo
Optional
notification
notification
?:
NotificationInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tenant
channel
team
meeting
notification
← BotAS Docs
.NET Guide
Node.js Guide
Python Guide
botas-core
Loading...
Teams-specific channel data attached to an activity.