@@ -249,6 +249,7 @@ def get_title_list(s: str) -> list:
249249 send_contact
250250 send_cached_media
251251 send_reaction
252+ send_web_page
252253 edit_message_text
253254 edit_message_caption
254255 edit_message_checklist
@@ -347,6 +348,7 @@ def get_title_list(s: str) -> list:
347348 create_supergroup
348349 delete_channel
349350 delete_folder_invite_link
351+ edit_folder_invite_link
350352 get_folder_invite_links
351353 delete_supergroup
352354 delete_user_history
@@ -563,6 +565,7 @@ def get_title_list(s: str) -> list:
563565 advanced = """
564566 Advanced
565567 invoke
568+ get_config
566569 recover_gaps
567570 resolve_peer
568571 save_file
@@ -587,7 +590,7 @@ def get_title_list(s: str) -> list:
587590 pin_chat_stories
588591 unpin_chat_stories
589592 read_chat_stories
590- send_story
593+ post_story
591594 enable_stealth_mode
592595 get_story_views
593596 """ ,
@@ -665,8 +668,10 @@ def get_title_list(s: str) -> list:
665668 ChatMember
666669 ChatPermissions
667670 ChatAdministratorRights
671+ ChatPrivileges
668672 ChatInviteLink
669673 ChatAdminWithInviteLinks
674+ InviteLinkImporter
670675 ChatEvent
671676 ChatEventFilter
672677 ChatMemberUpdated
@@ -677,6 +682,7 @@ def get_title_list(s: str) -> list:
677682 EmojiStatus
678683 FailedToAddMember
679684 Folder
685+ FolderInviteLink
680686 GroupCallMember
681687 ChatColor
682688 FoundContacts
@@ -787,6 +793,9 @@ def get_title_list(s: str) -> list:
787793 SuggestedPostDeclined
788794 SuggestedPostRefunded
789795 TextQuote
796+ PaidMedia
797+ PaidMediaPhoto
798+ PaidMediaVideo
790799 PaidMediaInfo
791800 PaidMediaPreview
792801 PaidMessagesRefunded
@@ -868,6 +877,7 @@ def get_title_list(s: str) -> list:
868877 MessageReactionUpdated
869878 MessageReactionCountUpdated
870879 ChatBoostUpdated
880+ LabeledPrice
871881 ShippingOption
872882 PurchasedPaidMedia
873883 ChatShared
@@ -929,7 +939,8 @@ def get_title_list(s: str) -> list:
929939 InlineQueryResult
930940 InlineQueryResultCachedAudio
931941 InlineQueryResultCachedDocument
932- InlineQueryResultCachedAnimation
942+ InlineQueryResultCachedGif
943+ InlineQueryResultCachedMpeg4Gif
933944 InlineQueryResultCachedPhoto
934945 InlineQueryResultCachedSticker
935946 InlineQueryResultCachedVideo
@@ -938,8 +949,10 @@ def get_title_list(s: str) -> list:
938949 InlineQueryResultAudio
939950 InlineQueryResultContact
940951 InlineQueryResultDocument
941- InlineQueryResultAnimation
952+ InlineQueryResultGame
953+ InlineQueryResultGif
942954 InlineQueryResultLocation
955+ InlineQueryResultMpeg4Gif
943956 InlineQueryResultPhoto
944957 InlineQueryResultVenue
945958 InlineQueryResultVideo
0 commit comments