Syfaro
690363a5f8
Merge pull request #152 from mr-linch/master
...
Add setChatTitle and setChatDescription methods
2018-03-05 17:23:36 -06:00
Oleksandr Savchuk
a36af7a672
add deleteChatPhoto method
2018-03-05 17:12:56 +02:00
Oleksandr Savchuk
57be988011
add setChatPhoto method
2018-03-05 17:05:32 +02:00
Oleksandr Savchuk
6e69f99d11
add setChatTitle and setChatDescription methods
2018-03-03 20:20:03 +02:00
Syfaro
5435d1d8ea
Merge pull request #145 from robx/master
...
make ChatID int64 for SetGameScoreConfig
2018-01-12 14:35:45 -06:00
Robert Vollmert
9e8d16e1a8
make ChatID int64 for SetGameScoreConfig
...
It's int64 everywhere else.
2018-01-12 12:13:21 +01:00
Syfaro
af15ab1ca7
Merge pull request #144 from robx/master
...
reply_markup is optional for InlineQueryResultGame
2018-01-11 15:55:17 -06:00
Robert Vollmert
f8145e3a68
reply_markup is optional for InlineQueryResultGame
2018-01-11 22:41:45 +01:00
Syfaro
6f2d022476
Merge pull request #142 from williamchange/master
...
minor typo in helpers.go
2018-01-08 21:57:55 -06:00
Lim Ming Wei
3b0c031730
minor typo in helpers.go
2018-01-09 11:51:17 +08:00
zhuharev
2022d04b94
fix tests, linter errors and fmt
2017-11-09 21:51:50 +03:00
zhuharev
87b8e431a9
Merge branch 'abdulgalimov-bugfix'
2017-11-09 21:45:36 +03:00
Zaur Abdulgalimov
5dbfec17f3
test User:IsBot
2017-11-09 19:46:11 +03:00
Zaur Abdulgalimov
bd1aa7e6ef
User:IsBot & RestrictChatMember:UntilDate
2017-11-09 18:41:22 +03:00
zhuharev
e6191af679
add doc message
2017-11-07 05:17:06 +03:00
zhuharev
6b5102fab5
fix debug printing
2017-10-31 02:34:34 +03:00
zhuharev
3cfc52c9c2
print full response when debug
2017-10-30 00:03:48 +03:00
Syfaro
846d467e14
Merge pull request #125 from Henner25/fix_message_command_functions
...
Rewrite message command methods to use entities
2017-10-07 12:26:42 -05:00
Henner
b8425b053e
Add missing tests
2017-10-07 18:06:20 +02:00
Henner
c697a95948
Fix failing tests
2017-10-07 18:04:27 +02:00
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.
2017-10-07 17:15:51 +02:00
Syfaro
9dda67c714
Merge pull request #115 from Lord-Protector/master
...
Add PinChatMessage and UnpinChatMessage methods
2017-08-05 22:56:32 -05:00
Lord-Protector
cd9a9741d0
Create own supergroup with test already created bot and give it admin rights
2017-08-05 13:50:44 +03:00
Lord-Protector
3a60d28d73
Tests for PinChatMessage and UnpinChatMessage methods
2017-08-05 12:37:43 +03:00
Lord-Protector
b24a37443a
Add PinChatMessage and UnpinChatMessage methods
2017-08-05 12:29:06 +03:00
Syfaro
13c54dc548
Merge pull request #114 from Kataklysm/master
...
fix InlineKeyboardButton struct
2017-07-25 15:12:33 -05:00
Kataklysm
6d61ed4977
fix InlineKeyboardButton struct
2017-07-25 21:01:48 +03:00
Syfaro
3d983182a3
Merge pull request #111 from xrayid/master
...
Add exportChatInviteLink method
2017-07-17 13:35:43 -05:00
Mikhail Markov
def5c3f6c9
Add exportChatInviteLink method
2017-07-17 20:48:51 +03:00
Syfaro
ebe7b8254e
Merge pull request #105 from MrYadro/chat_member
...
Add new fields for ChatMember
2017-07-02 15:43:42 -05:00
Syfaro
c7a5e02799
Merge pull request #106 from MrYadro/chat_obj
...
New fields for Chat
2017-07-02 15:42:14 -05:00
MrYadro
4e059b5fbf
implement new methods for ChatMember
2017-07-01 11:34:09 +07:00
MrYadro
32f5ed8433
new fields for Chat p2
2017-06-30 20:31:54 +07:00
MrYadro
0c8884bcba
new fields for Chat
2017-06-30 20:29:59 +07:00
MrYadro
b4a811b756
new fields for ChatMember
2017-06-30 20:22:57 +07:00
Syfaro
b57800c534
Merge pull request #102 from mamal72/unban-chat-member-in-channels
...
Implement unban chat member for channels
2017-06-19 00:03:20 -05:00
Mohamad Jahani
12f3478326
feat(bot): implement unban chat member for channels
2017-06-18 21:34:17 +04:30
Syfaro
d23f8e850e
Merge pull request #100 from mamal72/implement-delete-message
...
Implement deleteMessage method
2017-06-08 14:07:35 -05:00
Mohamad Jahani
bdb0f1f4c5
feat(bot): implement deleteMessage method
2017-06-08 14:02:05 +04:30
Syfaro
79b26b07c5
Merge pull request #97 from MrYadro/minor
...
Minor changes from 3.0 API update
2017-06-03 18:02:18 -05:00
MrYadro
bedb16b2e0
minor changes
2017-06-03 21:19:09 +07:00
Syfaro
c341d9cd91
Merge pull request #96 from MrYadro/payments
...
Payments API
2017-06-03 02:08:51 -05:00
MrYadro
41814af2a0
Fixes and comments
2017-06-03 13:59:40 +07:00
MrYadro
42d132b90a
Payments API
2017-06-03 03:18:42 +07:00
Syfaro
5869b2f7f9
Merge pull request #94 from mamal72/add-language-code-to-user
...
Add language code to user struct
2017-05-23 02:53:20 -05:00
mamal
f1ed87c281
feat(types): add language code to user struct
2017-05-22 12:40:04 +04:30
Syfaro
afe64e63be
Merge pull request #93 from Arman92/videonote
...
Added VideoNote support
2017-05-21 17:20:11 -05:00
Arman
ecc60d21b7
Added VideoNote support
2017-05-22 02:34:12 +04:30
Syfaro
baefeb3388
Merge pull request #90 from yanzay/master
...
[Fix #89 ] Add caption to Video params.
2017-05-14 16:28:23 -05:00
Alexey Grachov
e4602014c7
[ Fix #89 ] Add caption to Video params.
2017-05-14 12:11:44 +03:00