Syfaro
9105c34c59
Merge pull request #199 from treeder/master
...
Adds Passport update types
7 years ago
Syfaro
898e79fe47
Add initial support for sendMediaGroup.
7 years ago
Travis Reeder
3fbd77ce76
Adds paspport update type
7 years ago
Syfaro
7ff5871e28
Merge pull request #195 from overplumbum/master
...
Animation type support added
7 years ago
Denis Orlikhin
0343f9ec27
Animation type support added
7 years ago
Travis Reeder
2326345451
Passport Updates ( #1 )
7 years ago
Syfaro
75244dc4f7
Merge pull request #194 from m90/travis-versions
...
Test in up-to-date Go versions
7 years ago
Frederik Ring
483f21c48b
Remove go1.4 from travis configuration
7 years ago
Syfaro
b0bdb27e05
Merge pull request #189 from mr-linch/full-parse-mode-support
...
Parse mode in captions
7 years ago
Syfaro
e21c866847
Merge pull request #191 from yanmhlv/master
...
added custom logger and SetLogger function
7 years ago
Frederik Ring
ca185227e5
Test in up-to-date Go versions
7 years ago
Yan Mihailov
a1b3e41878
added custom logger and SetLogger func
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
Syfaro
4c16a90966
Merge pull request #179 from CssHammer/master
...
Add ParseMode to PhotoConfig
7 years ago
CssHammer
60668682f7
Add ParseMode to PhotoConfig
7 years ago
Syfaro
212b154115
Merge pull request #169 from empetrone/add-sticker-pack-name
...
Parse sticker pack name
7 years ago
Syfaro
eafee51d2a
Merge pull request #166 from VOID001/del-patch
...
Add helper function NewDeleteMessage
7 years ago
Emanuele Rocco Petrone
25ef323a6b
Parse sticker pack name
7 years ago
Jianqiu Zhang
32775370ac
Add NewDeleteMessage
...
Signed-off-by: Jianqiu Zhang <zhangjianqiu13@gmail.com>
7 years ago
Kirill Zhuharev
0e0af0c480
fix #159
7 years ago
Syfaro
309f2dd87f
Minor code quality improvements.
7 years ago
Syfaro
102c3104f4
Merge pull request #141 from scbizu/master
...
[proposal]check telegram webhook tls handshake
7 years ago
Syfaro
38681a48d1
Merge pull request #153 from behrang/master
...
Add response parameters to error messages
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
Behrang Noruzi Niya
04f51c3251
Add response parameters to error messages
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
scnace
9b7184fa79
check telegram webhook tls handshake
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