go-tdlib/example
2022-02-06 11:25:46 +08:00
..
bot Close instance 2022-02-06 10:39:26 +08:00
command Add one more example for command args 2022-02-06 11:25:46 +08:00
event Close instance 2022-02-06 10:39:26 +08:00
media Close instance 2022-02-06 10:39:26 +08:00
pending Support pending updates 2022-02-06 11:22:20 +08:00
raw_update Close instance 2022-02-06 10:39:26 +08:00
README.md Add some example code 2022-01-30 03:51:49 +08:00

Example

Bot

Login to bot account.

Command

Handle user command and reply it.

Event Filter

Since we can have many update type in updates. So we need to filter update events, like UpdateNewMessage, UpdateMessageSendSucceeded, UpdateMessageSendFailed, etc.

Media

Send photo or album to chat.

Raw Update

Get update without event filter.