TeamsInfo クラス

継承
builtins.object
TeamsInfo

コンストラクター

TeamsInfo()

メソッド

get_meeting_info
get_meeting_participant
get_member
get_members
get_paged_members
get_paged_team_members
get_team_channels
get_team_details
get_team_id
get_team_member
get_team_members
get_teams_connector_client
send_message_to_teams_channel

get_meeting_info

async static get_meeting_info(turn_context: TurnContext, meeting_id: str = None) -> MeetingInfo

パラメーター

名前 説明
turn_context
必須
meeting_id
既定値: None

get_meeting_participant

async static get_meeting_participant(turn_context: TurnContext, meeting_id: str = None, participant_id: str = None, tenant_id: str = None) -> TeamsMeetingParticipant

パラメーター

名前 説明
turn_context
必須
meeting_id
既定値: None
participant_id
既定値: None
tenant_id
既定値: None

get_member

async static get_member(turn_context: TurnContext, member_id: str) -> TeamsChannelAccount

パラメーター

名前 説明
turn_context
必須
member_id
必須

get_members

async static get_members(turn_context: TurnContext) -> List[TeamsChannelAccount]

パラメーター

名前 説明
turn_context
必須

get_paged_members

async static get_paged_members(turn_context: TurnContext, continuation_token: str = None, page_size: int = None) -> List[TeamsPagedMembersResult]

パラメーター

名前 説明
turn_context
必須
continuation_token
既定値: None
page_size
既定値: None

get_paged_team_members

async static get_paged_team_members(turn_context: TurnContext, team_id: str = '', continuation_token: str = None, page_size: int = None) -> List[TeamsPagedMembersResult]

パラメーター

名前 説明
turn_context
必須
team_id
continuation_token
既定値: None
page_size
既定値: None

get_team_channels

async static get_team_channels(turn_context: TurnContext, team_id: str = '') -> List[ChannelInfo]

パラメーター

名前 説明
turn_context
必須
team_id

get_team_details

async static get_team_details(turn_context: TurnContext, team_id: str = '') -> TeamDetails

パラメーター

名前 説明
turn_context
必須
team_id

get_team_id

static get_team_id(turn_context: TurnContext)

パラメーター

名前 説明
turn_context
必須

get_team_member

async static get_team_member(turn_context: TurnContext, team_id: str = '', member_id: str = None) -> TeamsChannelAccount

パラメーター

名前 説明
turn_context
必須
team_id
member_id
既定値: None

get_team_members

async static get_team_members(turn_context: TurnContext, team_id: str = '') -> List[TeamsChannelAccount]

パラメーター

名前 説明
turn_context
必須
team_id

get_teams_connector_client

async static get_teams_connector_client(turn_context: TurnContext) -> TeamsConnectorClient

パラメーター

名前 説明
turn_context
必須

send_message_to_teams_channel

async static send_message_to_teams_channel(turn_context: TurnContext, activity: Activity, teams_channel_id: str, *, bot_app_id: str = None) -> Tuple[ConversationReference, str]

パラメーター

名前 説明
turn_context
必須
activity
必須
teams_channel_id
必須

Keyword-Only パラメータ

名前 説明
bot_app_id
必須