youaresofunny
ae54c74c29
Add Interval to UpdateConfig, and method for set it
6 years ago
Sergey Parshukov
e9a86f840c
Fixed typos
6 years ago
Sergey Parshukov
96edc748b5
Rename package to `got`
6 years ago
Anton Lopan
90212ffbae
Send empty array on NewEditMessageReplyMarkup instead of null
6 years ago
Syfaro
898e79fe47
Add initial support for sendMediaGroup.
7 years ago
Denis Orlikhin
0343f9ec27
Animation type support added
7 years ago
Oleksandr Savchuk
af72b0a3db
add support of parse_mode in EditMessageCaptionConfig
7 years ago
Oleksandr Savchuk
0b68c9b790
add full support of parse mode in captions
...
- parse_mode of caption support in AudioConfig
- parse_mode of caption support in DocumentConfig
- parse_mode of caption support in VideoConfig
- parse_mode of caption support in VoiceConfig
- in PhotoConfig add parse_mode only if caption is not empty
7 years ago
Amir Khazaie
f90493fac6
Add ParseMode to EditMessageCaption
7 years ago
CssHammer
60668682f7
Add ParseMode to PhotoConfig
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
Robert Vollmert
9e8d16e1a8
make ChatID int64 for SetGameScoreConfig
...
It's int64 everywhere else.
8 years ago
Lord-Protector
b24a37443a
Add PinChatMessage and UnpinChatMessage methods
8 years ago
MrYadro
4e059b5fbf
implement new methods for ChatMember
8 years ago
Mohamad Jahani
12f3478326
feat(bot): implement unban chat member for channels
8 years ago
Mohamad Jahani
bdb0f1f4c5
feat(bot): implement deleteMessage method
8 years ago
MrYadro
41814af2a0
Fixes and comments
8 years ago
MrYadro
42d132b90a
Payments API
8 years ago
Arman
ecc60d21b7
Added VideoNote support
8 years ago
Alexey Grachov
e4602014c7
[ Fix #89 ] Add caption to Video params.
8 years ago
pol
999653626b
added 'caption' to document parameters
8 years ago
Syfaro
f5c6a478a0
Allow specifying a custom buffer size for the updates channel
9 years ago
Dmitry V
833e457376
Added max connections configuration option to SetWebHook
9 years ago
Ivan Kuznetsov
c0bffcdbba
Fix Caption in VoiceConfig
...
`values()` and `params()` methods of `VoiceConfig` don't process `Caption` field.
9 years ago
MyeongJun
40f1937150
change return new data to return exist v data
9 years ago
LeeMyeongJun
9d6e221a00
add error try catch in all method that use BaseChat.values
9 years ago
LeeMyeongJun
cbf597eaf6
add error try catch in the configs MessageConfig values method
9 years ago
Syfaro
0a57807db7
Additional changes for Telegram API updates.
9 years ago
Syfaro
f3a33ae6f1
Add support for games, among other updates.
9 years ago
tucher
a1204e7ea1
Fixed BaseEdit.values
...
chat_id and message_id should be sent only if there is no
inline_message_id (and vice versa), according to documentation.
9 years ago
Syfaro
217764ba45
Add new chat methods for Bot API 2.1.
9 years ago
Syfaro
bf6e165e92
Fix more ReplyMarkup items in edits, finishes #43 , closes #47 .
9 years ago
boston
890c908551
fix EditMessageReplyMarkupConfig
9 years ago
Syfaro
c0eb5db6c3
Add more tests.
9 years ago
Syfaro
ee1d537565
Add more helpers, update README for v4 release.
9 years ago
Syfaro
595aba3dea
Add sendContact method.
9 years ago
Syfaro
b6130533a3
Add methods for editing messages.
9 years ago
Syfaro
a92f88ce2c
Add some missing comments.
9 years ago
Syfaro
db12d94016
Add kick and unban methods, update some inline query result responses.
9 years ago
Syfaro
18510df3c9
Add some of the new methods and types.
9 years ago
Syfaro
b971c58157
Update for larger Chat IDs.
9 years ago
Syfaro
f33a4eede1
Add support for messages with disabled notifications.
9 years ago
Syfaro
36588c50f4
Add ModeHTML for HTML message formatting.
9 years ago
Syfaro
67ab387694
Fix broken inline queries.
9 years ago
Syfaro
08d7c01637
Rename all errors to be prefixed with Err.
9 years ago
Syfaro
6c84cd1fbb
Replace bad file type error with constant
9 years ago
Syfaro
99262cf76c
Remove deprecated methods.
9 years ago
Syfaro
e8dfdeeeb9
Major documentation and code cleanup.
...
All documention is now less than 80 characters wide. Old methods now
show deprecated warnings. The Values/Params/Method functions are now
private. Types and configs have required and optional comments on
them. Simplified some function logic.
10 years ago