integrations.slack.api module¶
integrations/slack/api.py
- class integrations.slack.api.AdapterAPI¶
Bases:
APIInterfaceインターフェースAPI操作クラス
- __init__()¶
- Return type:
None
- appclient: WebClient¶
WebClient(botトークン使用)
- post(m)¶
メッセージをポストする
- Parameters:
m (MessageParserProtocol) – メッセージデータ
- Return type:
None
- webclient: WebClient¶
WebClient(userトークン使用)