Arman
6205cea402
added StopReceivingUpdates to stop updates routine
...
There was no way to stop the bot from fetching updates, Added StopReceivingUpdates() so we can stop updates when we are done with bot.
7 years ago
Syfaro
690363a5f8
Merge pull request #152 from mr-linch/master
...
Add setChatTitle and setChatDescription methods
7 years ago
Oleksandr Savchuk
a36af7a672
add deleteChatPhoto method
7 years ago
Oleksandr Savchuk
57be988011
add setChatPhoto method
7 years ago
Oleksandr Savchuk
6e69f99d11
add setChatTitle and setChatDescription methods
7 years ago
Syfaro
5435d1d8ea
Merge pull request #145 from robx/master
...
make ChatID int64 for SetGameScoreConfig
8 years ago
Robert Vollmert
9e8d16e1a8
make ChatID int64 for SetGameScoreConfig
...
It's int64 everywhere else.
8 years ago
Syfaro
af15ab1ca7
Merge pull request #144 from robx/master
...
reply_markup is optional for InlineQueryResultGame
8 years ago
Robert Vollmert
f8145e3a68
reply_markup is optional for InlineQueryResultGame
8 years ago
Syfaro
6f2d022476
Merge pull request #142 from williamchange/master
...
minor typo in helpers.go
8 years ago
Lim Ming Wei
3b0c031730
minor typo in helpers.go
8 years ago
zhuharev
2022d04b94
fix tests, linter errors and fmt
8 years ago
zhuharev
87b8e431a9
Merge branch 'abdulgalimov-bugfix'
8 years ago
Zaur Abdulgalimov
5dbfec17f3
test User:IsBot
8 years ago
Zaur Abdulgalimov
bd1aa7e6ef
User:IsBot & RestrictChatMember:UntilDate
8 years ago
zhuharev
e6191af679
add doc message
8 years ago
zhuharev
6b5102fab5
fix debug printing
8 years ago
zhuharev
3cfc52c9c2
print full response when debug
8 years ago
Syfaro
846d467e14
Merge pull request #125 from Henner25/fix_message_command_functions
...
Rewrite message command methods to use entities
8 years ago
Henner
b8425b053e
Add missing tests
8 years ago
Henner
c697a95948
Fix failing tests
8 years ago
Henner
5f5f94047c
Rewrite message command methods to use entities
...
Since the Telegram-API considers "/foo-bar" to be a command entity
"/foo", we had choose a behaviour for the
CommandArguments() method.
The specification (https://core.telegram.org/bots#commands ) mandates a
space after the command name, so we decided to skip the first character
following the command entity.
However, Telegram clients render "/foo-bar" as if "/foo" was the command
and "-bar" additional text, so this alternative should be remembered.
8 years ago
Syfaro
9dda67c714
Merge pull request #115 from Lord-Protector/master
...
Add PinChatMessage and UnpinChatMessage methods
8 years ago
Lord-Protector
cd9a9741d0
Create own supergroup with test already created bot and give it admin rights
8 years ago
Lord-Protector
3a60d28d73
Tests for PinChatMessage and UnpinChatMessage methods
8 years ago
Lord-Protector
b24a37443a
Add PinChatMessage and UnpinChatMessage methods
8 years ago
Syfaro
13c54dc548
Merge pull request #114 from Kataklysm/master
...
fix InlineKeyboardButton struct
8 years ago
Kataklysm
6d61ed4977
fix InlineKeyboardButton struct
8 years ago
Syfaro
3d983182a3
Merge pull request #111 from xrayid/master
...
Add exportChatInviteLink method
8 years ago
Mikhail Markov
def5c3f6c9
Add exportChatInviteLink method
8 years ago
Syfaro
ebe7b8254e
Merge pull request #105 from MrYadro/chat_member
...
Add new fields for ChatMember
8 years ago
Syfaro
c7a5e02799
Merge pull request #106 from MrYadro/chat_obj
...
New fields for Chat
8 years ago
MrYadro
4e059b5fbf
implement new methods for ChatMember
8 years ago
MrYadro
32f5ed8433
new fields for Chat p2
8 years ago
MrYadro
0c8884bcba
new fields for Chat
8 years ago
MrYadro
b4a811b756
new fields for ChatMember
8 years ago
Syfaro
b57800c534
Merge pull request #102 from mamal72/unban-chat-member-in-channels
...
Implement unban chat member for channels
8 years ago
Mohamad Jahani
12f3478326
feat(bot): implement unban chat member for channels
8 years ago
Syfaro
d23f8e850e
Merge pull request #100 from mamal72/implement-delete-message
...
Implement deleteMessage method
8 years ago
Mohamad Jahani
bdb0f1f4c5
feat(bot): implement deleteMessage method
8 years ago
Syfaro
79b26b07c5
Merge pull request #97 from MrYadro/minor
...
Minor changes from 3.0 API update
8 years ago
MrYadro
bedb16b2e0
minor changes
8 years ago
Syfaro
c341d9cd91
Merge pull request #96 from MrYadro/payments
...
Payments API
8 years ago
MrYadro
41814af2a0
Fixes and comments
8 years ago
MrYadro
42d132b90a
Payments API
8 years ago
Syfaro
5869b2f7f9
Merge pull request #94 from mamal72/add-language-code-to-user
...
Add language code to user struct
8 years ago
mamal
f1ed87c281
feat(types): add language code to user struct
8 years ago
Syfaro
afe64e63be
Merge pull request #93 from Arman92/videonote
...
Added VideoNote support
8 years ago
Arman
ecc60d21b7
Added VideoNote support
8 years ago
Syfaro
baefeb3388
Merge pull request #90 from yanzay/master
...
[Fix #89 ] Add caption to Video params.
8 years ago