-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt botogram to the recent API changes.
The GroupChat object was removed, and a generic Chat object was introduced instead of the old one. This object is used for private conversations, group chats and channels, so the Message.chat attribute won't contain anymore the User or the GroupChat object, but only the Chat one. Also the API change introduced support for managing channels. Details of the implementation are tracked on issue #7.
- Loading branch information
Pietro Albini
committed
Oct 9, 2015
1 parent
d4f3bdd
commit 850d6e9
Showing
3 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks like a reference to
objects.GenericChat
was missed insend_photo
.Cheers, Brad