mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
fix texts of bot actions
This commit is contained in:
parent
a76a7ae630
commit
9ed7ded967
@ -27,6 +27,7 @@ class BotActionTests {
|
||||
FindLocationAction -> example.botAction.actionName
|
||||
RecordVideoNoteAction -> example.botAction.actionName
|
||||
UploadVideoNoteAction -> example.botAction.actionName
|
||||
ChooseStickerAction -> example.botAction.actionName
|
||||
is CustomBotAction -> example.botAction.actionName
|
||||
}
|
||||
)
|
||||
@ -56,7 +57,8 @@ class BotActionTests {
|
||||
UploadDocumentAction.example(),
|
||||
FindLocationAction.example(),
|
||||
RecordVideoNoteAction.example(),
|
||||
UploadVideoNoteAction.example()
|
||||
UploadVideoNoteAction.example(),
|
||||
ChooseStickerAction.example(),
|
||||
).forEach {
|
||||
checkBotActionSerializeDeserialize(it)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user