youaresofunny
11cbce8755
Add author signature fiels
6 years ago
youaresofunny
6205700e67
Add ReplyMarkup into message type
6 years ago
youaresofunny
e4e2514caf
Add loginURL inline button, add ConnectedWebsite message field
6 years ago
Andrey Kuzmin
ab4ab5e531
Add support for caption_entities in Message type.
...
caption_entities are using for messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption.
7 years ago
bcmk
016d6acdf3
Passing error code
7 years ago
Maxim Zhukov
0b788c7730
added PinnedMessage in Chat struct
...
Since BotAPI 3.3:
getChat now also returns pinned messages in supergroups, if present. Added the new field pinned_message to the Chat object.
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
7 years ago
Yauhen Lazurkin
97a13fdf0f
Complete definition of InlineQueryResultGIF to comply with Bot API
7 years ago
Yauhen Lazurkin
74b2a53293
Mark optional fields in InlineQueryResultGif as omitempty to not send zeros
7 years ago
Lev Zakharov
fdf31c7cf4
Add type helpers to message entities.
7 years ago
Syfaro
898e79fe47
Add initial support for sendMediaGroup.
7 years ago
Denis Orlikhin
0343f9ec27
Animation type support added
7 years ago
Travis Reeder
2326345451
Passport Updates ( #1 )
7 years ago
Amir Khazaie
31f4975464
Add cached types for inline query answer
8 years ago
Emanuele Rocco Petrone
25ef323a6b
Parse sticker pack name
8 years ago
Syfaro
309f2dd87f
Minor code quality improvements.
8 years ago
Behrang Noruzi Niya
04f51c3251
Add response parameters to error messages
8 years ago
Robert Vollmert
f8145e3a68
reply_markup is optional for InlineQueryResultGame
8 years ago
Zaur Abdulgalimov
bd1aa7e6ef
User:IsBot & RestrictChatMember:UntilDate
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
Kataklysm
6d61ed4977
fix InlineKeyboardButton struct
9 years ago
MrYadro
32f5ed8433
new fields for Chat p2
9 years ago
MrYadro
0c8884bcba
new fields for Chat
9 years ago
MrYadro
b4a811b756
new fields for ChatMember
9 years ago
MrYadro
bedb16b2e0
minor changes
9 years ago
MrYadro
41814af2a0
Fixes and comments
9 years ago
MrYadro
42d132b90a
Payments API
9 years ago
mamal
f1ed87c281
feat(types): add language code to user struct
9 years ago
Arman
ecc60d21b7
Added VideoNote support
9 years ago
Давид Мзареулян
963864785d
Remove double call of strings.SplitN
9 years ago
Syfaro
3293f3ad84
Change visibility of UpdatesChannel, closes #76
9 years ago
Sebastian Schepens
71e0c25410
Fix InlineKeyboardButton type
9 years ago
lupoDharkael
66446d51ff
Added updatesChannel type with Clear() 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
Syfaro
217764ba45
Add new chat methods for Bot API 2.1.
10 years ago
Syfaro
3ed6b6ac16
EditedMessage to Update, EditDate to Message, User to MessageEntity.
10 years ago
Syfaro
bdaf1dc07c
Add field for Emoji on Sticker and ForwardFromChat for Message.
10 years ago
Syfaro
ed7fe62451
Fix incorrect float32.
10 years ago
Syfaro
e8e55fe41a
Add more omitempty.
10 years ago
Syfaro
c0eb5db6c3
Add more tests.
10 years ago
Syfaro
289f7ef6ad
Add more omitempty, as null values create errors.
10 years ago
Syfaro
5b58a2a701
Omitempty for ReplyMarkup.
10 years ago
Syfaro
1ceb22b273
Add helpers, change some items to pointers, add more inline results.
10 years ago
Syfaro
109da1a19f
Update some types.
10 years ago
Syfaro
a92f88ce2c
Add some missing comments.
10 years ago
Syfaro
db12d94016
Add kick and unban methods, update some inline query result responses.
10 years ago
Syfaro
18510df3c9
Add some of the new methods and types.
10 years ago
Slava
511cc7406d
Fix UserProfilePhotos type
...
Photos field should be Array of Array of PhotoSize.
10 years ago
Syfaro
b971c58157
Update for larger Chat IDs.
10 years ago
Syfaro
585057e7de
Remove a stray word from UserProfilePhotos comment.
10 years ago