Skip to content

Commit 51ed316

Browse files
committed
access_token
1 parent bc22ef4 commit 51ed316

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/api/src/microsoft/teams/api/clients/bot/token_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ class GetBotTokenResponse(BaseModel):
3737
"""
3838
The extended token expiration time in seconds.
3939
"""
40+
access_token: str
41+
"""
42+
The access token.
43+
"""
4044

4145

4246
class BotTokenClient(BaseClient):

0 commit comments

Comments
 (0)