mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Include ChatJoinRequest
in full set of update kinds
This commit is contained in:
parent
4d250d6a05
commit
b78a3afde3
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ impl EventKind for Kind {
|
|||
PollAnswer,
|
||||
MyChatMember,
|
||||
ChatMember,
|
||||
ChatJoinRequest,
|
||||
]
|
||||
.into_iter()
|
||||
.map(Kind)
|
||||
|
|
Loading…
Reference in a new issue