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トークン使用)