@@ -55,8 +55,6 @@ getWebhookInfo
55
55
* [ ` Telegram.sendVideoNote ` ] ( @ref )
56
56
* [ ` Telegram.sendMediaGroup ` ] ( @ref )
57
57
* [ ` Telegram.sendLocation ` ] ( @ref )
58
- * [ ` Telegram.editMessageLiveLocation ` ] ( @ref )
59
- * [ ` Telegram.stopMessageLiveLocation ` ] ( @ref )
60
58
* [ ` Telegram.sendVenue ` ] ( @ref )
61
59
* [ ` Telegram.sendContact ` ] ( @ref )
62
60
* [ ` Telegram.sendPoll ` ] ( @ref )
@@ -99,10 +97,21 @@ getWebhookInfo
99
97
* [ ` Telegram.reopenForumTopic ` ] ( @ref )
100
98
* [ ` Telegram.deleteForumTopic ` ] ( @ref )
101
99
* [ ` Telegram.unpinAllForumTopicMessages ` ] ( @ref )
100
+ * [ ` Telegram.editGeneralForumTopic ` ] ( @ref )
101
+ * [ ` Telegram.closeGeneralForumTopic ` ] ( @ref )
102
+ * [ ` Telegram.reopenGeneralForumTopic ` ] ( @ref )
103
+ * [ ` Telegram.hideGeneralForumTopic ` ] ( @ref )
104
+ * [ ` Telegram.unhideGeneralForumTopic ` ] ( @ref )
102
105
* [ ` Telegram.answerCallbackQuery ` ] ( @ref )
103
106
* [ ` Telegram.setMyCommands ` ] ( @ref )
104
107
* [ ` Telegram.deleteMyCommands ` ] ( @ref )
105
108
* [ ` Telegram.getMyCommands ` ] ( @ref )
109
+ * [ ` Telegram.setMyName ` ] ( @ref )
110
+ * [ ` Telegram.getMyName ` ] ( @ref )
111
+ * [ ` Telegram.setMyDescription ` ] ( @ref )
112
+ * [ ` Telegram.getMyDescription ` ] ( @ref )
113
+ * [ ` Telegram.setMyShortDescription ` ] ( @ref )
114
+ * [ ` Telegram.getMyShortDescription ` ] ( @ref )
106
115
* [ ` Telegram.setChatMenuButton ` ] ( @ref )
107
116
* [ ` Telegram.getChatMenuButton ` ] ( @ref )
108
117
* [ ` Telegram.setMyDefaultAdministratorRights ` ] ( @ref )
@@ -168,14 +177,6 @@ sendMediaGroup
168
177
sendLocation
169
178
```
170
179
171
- ``` @docs
172
- editMessageLiveLocation
173
- ```
174
-
175
- ``` @docs
176
- stopMessageLiveLocation
177
- ```
178
-
179
180
``` @docs
180
181
sendVenue
181
182
```
@@ -344,6 +345,26 @@ deleteForumTopic
344
345
unpinAllForumTopicMessages
345
346
```
346
347
348
+ ``` @docs
349
+ editGeneralForumTopic
350
+ ```
351
+
352
+ ``` @docs
353
+ closeGeneralForumTopic
354
+ ```
355
+
356
+ ``` @docs
357
+ reopenGeneralForumTopic
358
+ ```
359
+
360
+ ``` @docs
361
+ hideGeneralForumTopic
362
+ ```
363
+
364
+ ``` @docs
365
+ unhideGeneralForumTopic
366
+ ```
367
+
347
368
``` @docs
348
369
answerCallbackQuery
349
370
```
@@ -360,6 +381,30 @@ deleteMyCommands
360
381
getMyCommands
361
382
```
362
383
384
+ ``` @docs
385
+ setMyName
386
+ ```
387
+
388
+ ``` @docs
389
+ getMyName
390
+ ```
391
+
392
+ ``` @docs
393
+ setMyDescription
394
+ ```
395
+
396
+ ``` @docs
397
+ getMyDescription
398
+ ```
399
+
400
+ ``` @docs
401
+ setMyShortDescription
402
+ ```
403
+
404
+ ``` @docs
405
+ getMyShortDescription
406
+ ```
407
+
363
408
``` @docs
364
409
setChatMenuButton
365
410
```
@@ -381,6 +426,8 @@ getMyDefaultAdministratorRights
381
426
* [ ` Telegram.editMessageText ` ] ( @ref )
382
427
* [ ` Telegram.editMessageCaption ` ] ( @ref )
383
428
* [ ` Telegram.editMessageMedia ` ] ( @ref )
429
+ * [ ` Telegram.editMessageLiveLocation ` ] ( @ref )
430
+ * [ ` Telegram.stopMessageLiveLocation ` ] ( @ref )
384
431
* [ ` Telegram.editMessageReplyMarkup ` ] ( @ref )
385
432
* [ ` Telegram.stopPoll ` ] ( @ref )
386
433
* [ ` Telegram.deleteMessage ` ] ( @ref )
@@ -397,6 +444,14 @@ editMessageCaption
397
444
editMessageMedia
398
445
```
399
446
447
+ ``` @docs
448
+ editMessageLiveLocation
449
+ ```
450
+
451
+ ``` @docs
452
+ stopMessageLiveLocation
453
+ ```
454
+
400
455
``` @docs
401
456
editMessageReplyMarkup
402
457
```
@@ -419,7 +474,13 @@ deleteMessage
419
474
* [ ` Telegram.addStickerToSet ` ] ( @ref )
420
475
* [ ` Telegram.setStickerPositionInSet ` ] ( @ref )
421
476
* [ ` Telegram.deleteStickerFromSet ` ] ( @ref )
422
- * [ ` Telegram.setStickerSetThumb ` ] ( @ref )
477
+ * [ ` Telegram.setStickerEmojiList ` ] ( @ref )
478
+ * [ ` Telegram.setStickerKeywords ` ] ( @ref )
479
+ * [ ` Telegram.setStickerMaskPosition ` ] ( @ref )
480
+ * [ ` Telegram.setStickerSetTitle ` ] ( @ref )
481
+ * [ ` Telegram.setStickerSetThumbnail ` ] ( @ref )
482
+ * [ ` Telegram.setCustomEmojiStickerSetThumbnail ` ] ( @ref )
483
+ * [ ` Telegram.deleteStickerSet ` ] ( @ref )
423
484
424
485
``` @docs
425
486
sendSticker
@@ -454,7 +515,31 @@ deleteStickerFromSet
454
515
```
455
516
456
517
``` @docs
457
- setStickerSetThumb
518
+ setStickerEmojiList
519
+ ```
520
+
521
+ ``` @docs
522
+ setStickerKeywords
523
+ ```
524
+
525
+ ``` @docs
526
+ setStickerMaskPosition
527
+ ```
528
+
529
+ ``` @docs
530
+ setStickerSetTitle
531
+ ```
532
+
533
+ ``` @docs
534
+ setStickerSetThumbnail
535
+ ```
536
+
537
+ ``` @docs
538
+ setCustomEmojiStickerSetThumbnail
539
+ ```
540
+
541
+ ``` @docs
542
+ deleteStickerSet
458
543
```
459
544
460
545
## Inline mode
0 commit comments