mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
add Teams list channels, read messages, send message tools
This commit is contained in:
parent
1de2517eae
commit
49f8d1abd4
6 changed files with 328 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ SCOPES = [
|
|||
"Team.ReadBasic.All", # Read basic team information
|
||||
"Channel.ReadBasic.All", # Read basic channel information
|
||||
"ChannelMessage.Read.All", # Read messages in channels
|
||||
"ChannelMessage.Send", # Send messages in channels
|
||||
]
|
||||
|
||||
# Initialize security utilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue