Commit graph

195 commits

Author SHA1 Message Date
Ilya Kaznacheev
1b845170c1
Add voice and contact type documentation 2020-10-24 16:28:10 +03:00
Ilya Kaznacheev
8e875a5711
Add video and video note type documentation 2020-10-24 16:25:05 +03:00
Ilya Kaznacheev
a005cff757
Add chat animation type documentation 2020-10-24 16:21:42 +03:00
Ilya Kaznacheev
1f1d97f1e3
Add sticker and sticker set type documentation 2020-10-24 15:44:24 +03:00
Ilya Kaznacheev
30c412fbe5
Add update type documentation 2020-10-24 13:50:11 +03:00
Ilya Kaznacheev
26a3c95421
Add some inbound types documentation 2020-10-24 13:43:23 +03:00
Ilya Kaznacheev
b4d9865c2b
Add chat type documentation 2020-10-24 13:36:41 +03:00
Ilya Kaznacheev
e6fdc8e02a
Add user type documentation 2020-10-24 13:34:34 +03:00
Ilya Kaznacheev
152625538f
Add message documentation 2020-10-19 00:09:50 +03:00
bcmk
4a2c8c4547 setMyCommands implemented 2020-09-27 02:08:56 +04:00
vdimir
dadb760cde
Add missing message fields
media_group_id
author_signature
via_bot
2020-08-20 20:59:20 +03:00
TJ Horner
5ebb3edeff feat: Add CustomTitle field to ChatMember 2020-08-10 17:17:07 -04:00
Syfaro
a45216f441 Generalize InputMedia, fix editMessageMedia. 2020-07-26 15:51:33 -05:00
Syfaro
ce4fc988c9 Add support for uploading multiple files. 2020-07-25 19:29:40 -05:00
Syfaro
2f7211a708 Updates for Bot API 4.9. 2020-07-23 17:13:53 -05:00
Syfaro
6b0d3ce2a6 Fix some lints. 2020-07-21 14:20:12 -05:00
Jiayu Yi
c87d4110af Mark WebhookInfo.MaxConnections as optional
(cherry picked from commit 64517d16e7)
2020-07-21 14:17:29 -05:00
Jiayu Yi
ca09b25f8c Add MaxConnections to WebhookInfo
(cherry picked from commit 69bab9a28f)
2020-07-21 14:17:22 -05:00
Daniel Leining
1930c25aa6 add ability to respond to inline queries with stickers
(cherry picked from commit 87891c10fe)
2020-07-21 14:13:37 -05:00
maria.bagdasarova
bd27dae566 Fix nil pointer on User String method
(cherry picked from commit 74925cfcaf)
2020-07-21 14:09:48 -05:00
Syfaro
7a018ae873
Merge pull request #299 from yi-jiayu/webhook-info-max-connections
Add MaxConnections to WebhookInfo
2020-07-21 03:39:01 -05:00
Jiayu Yi
64517d16e7 Mark WebhookInfo.MaxConnections as optional 2020-07-21 16:33:33 +08:00
Syfaro
aea186240d
Merge pull request #292 from blasphemy/inline-sticker
add ability to respond to inline queries with stickers
2020-07-21 02:42:48 -05:00
mehanizm
f11e1caecf feat: add sendDice configs
Add sendDice config to use in Send method
as a Chattable interface.
Add NewDice and NewDiceWithEmoji helpers
Add tests

https://core.telegram.org/bots/api#senddice
2020-07-21 10:25:30 +03:00
Kirill Zhuharev
7434b0456e
Merge pull request #328 from mendelmaleh/captionparsemode
Add ParseMode to InlineQueryResultPhoto
2020-05-24 13:53:06 +03:00
maria.bagdasarova
74925cfcaf Fix nil pointer on User String method 2020-05-22 11:42:19 +03:00
Alexander Borsuk
5b3f2f3365 Added omitempty tag for clean JSON marshaling 2020-05-11 10:56:02 +02:00
Mendel E
303a66f022 Add ParseMode to InlineQueryResultPhoto 2020-04-26 00:30:21 -04:00
Syfaro
774f1e72e7 Updates for Bot API 4.8. 2020-04-24 13:18:26 -05:00
Syfaro
75e27e1380 Updates for Bot API 4.7. 2020-03-30 15:35:53 -05:00
Kirill Zhuharev
5e339ed016
Merge pull request #301 from blasphemy/sticker-unique-id
add file_unique_id to Sticker struct
2020-03-19 07:26:09 +03:00
Kirill Zhuharev
047d735655
Merge pull request #305 from AlessandroPomponio/animation-unique-id
Add FileUniqueID to ChatAnimation
2020-02-16 19:02:04 +03:00
zhuharev
b40fac9202 Resolve develop and master conflicts 2020-02-15 16:08:58 +03:00
Alessandro Pomponio
e18071bed1 Add FileUniqueID to ChatAnimation (ref. https://core.telegram.org/bots/api#animation) 2020-02-08 09:02:23 +01:00
Daniel Leining
f44d515f71 add getStickerSet call 2020-02-01 01:46:24 -05:00
TJ Horner
5aaa0b2d03 Bot API 4.6: Polls 2.0, misc. changes 2020-01-24 22:42:19 -05:00
Daniel Leining
fd860fdd66 add file_unique_id 2020-01-24 00:19:42 -05:00
Daniel Leining
81ccf0a8b2 Merge remote-tracking branch 'upstream/master' into inline-sticker 2020-01-19 16:10:09 -05:00
Jiayu Yi
69bab9a28f Add MaxConnections to WebhookInfo 2020-01-13 15:42:35 +08:00
Syfaro
aa124ef1e8
Merge pull request #294 from mkishere/inline-venue
Add inline venue type
2020-01-13 00:30:19 -06:00
Konstantin Chukhlomin
613005ba7b
Update types.go
Added IsAnimated to Sticker struct
2020-01-12 23:54:08 -05:00
mkishere
1f98cd2e47 Add inline venue type 2020-01-07 00:28:13 +08:00
Syfaro
5ce2767dad Updates for Bot API 4.4 and 4.5. 2020-01-06 01:44:13 -06:00
Daniel Leining
87891c10fe add ability to respond to inline queries with stickers 2020-01-05 00:35:15 -05:00
Syfaro
ffe77fb717 Updates for Bot API 4.3. 2019-05-31 19:18:39 -05:00
Syfaro
87e7035a90
Merge pull request #227 from bcmk/passing-error-code
Passing error code
2019-04-24 04:32:50 -05:00
Syfaro
e305b7a1f5
Merge pull request #223 from Mephistophiles/master
added PinnedMessage in Chat struct
2019-04-24 02:33:26 -05:00
Syfaro
9b191dba1e
Merge pull request #221 from yauhen-l/bugfix-omitempty-size-in-inline-gif-result
Mark optional fields in InlineQueryResultGif as omitempty
2019-04-24 02:32:30 -05:00
Syfaro
2f55ae3a3d
Merge pull request #219 from lzakharov/message-entity-helpers
Add type helpers to message entities.
2019-04-24 02:31:13 -05:00
Syfaro
db88019230 Add support for Polls and other API 4.2 updates. 2019-04-14 14:46:45 -05:00