@yaebal/contexts 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/business-connection.d.ts +48 -0
- package/lib/generated/business-connection.d.ts.map +1 -1
- package/lib/generated/business-connection.js +96 -0
- package/lib/generated/business-connection.js.map +1 -1
- package/lib/generated/business-message.d.ts +83 -41
- package/lib/generated/business-message.d.ts.map +1 -1
- package/lib/generated/business-message.js +125 -41
- package/lib/generated/business-message.js.map +1 -1
- package/lib/generated/callback-query.d.ts +40 -40
- package/lib/generated/callback-query.d.ts.map +1 -1
- package/lib/generated/callback-query.js +40 -40
- package/lib/generated/callback-query.js.map +1 -1
- package/lib/generated/channel-post.d.ts +33 -35
- package/lib/generated/channel-post.d.ts.map +1 -1
- package/lib/generated/channel-post.js +37 -41
- package/lib/generated/channel-post.js.map +1 -1
- package/lib/generated/chat-boost.d.ts +0 -12
- package/lib/generated/chat-boost.d.ts.map +1 -1
- package/lib/generated/chat-boost.js +0 -24
- package/lib/generated/chat-boost.js.map +1 -1
- package/lib/generated/chat-join-request.d.ts +0 -12
- package/lib/generated/chat-join-request.d.ts.map +1 -1
- package/lib/generated/chat-join-request.js +0 -24
- package/lib/generated/chat-join-request.js.map +1 -1
- package/lib/generated/chat-member.d.ts +0 -12
- package/lib/generated/chat-member.d.ts.map +1 -1
- package/lib/generated/chat-member.js +0 -24
- package/lib/generated/chat-member.js.map +1 -1
- package/lib/generated/deleted-business-messages.d.ts +68 -38
- package/lib/generated/deleted-business-messages.d.ts.map +1 -1
- package/lib/generated/deleted-business-messages.js +108 -48
- package/lib/generated/deleted-business-messages.js.map +1 -1
- package/lib/generated/edited-business-message.d.ts +83 -41
- package/lib/generated/edited-business-message.d.ts.map +1 -1
- package/lib/generated/edited-business-message.js +125 -41
- package/lib/generated/edited-business-message.js.map +1 -1
- package/lib/generated/edited-channel-post.d.ts +33 -35
- package/lib/generated/edited-channel-post.d.ts.map +1 -1
- package/lib/generated/edited-channel-post.js +37 -41
- package/lib/generated/edited-channel-post.js.map +1 -1
- package/lib/generated/edited-message.d.ts +33 -35
- package/lib/generated/edited-message.d.ts.map +1 -1
- package/lib/generated/edited-message.js +37 -41
- package/lib/generated/edited-message.js.map +1 -1
- package/lib/generated/guest-message.d.ts +33 -35
- package/lib/generated/guest-message.d.ts.map +1 -1
- package/lib/generated/guest-message.js +37 -41
- package/lib/generated/guest-message.js.map +1 -1
- package/lib/generated/message-reaction-count.d.ts +0 -16
- package/lib/generated/message-reaction-count.d.ts.map +1 -1
- package/lib/generated/message-reaction-count.js +0 -32
- package/lib/generated/message-reaction-count.js.map +1 -1
- package/lib/generated/message-reaction.d.ts +0 -16
- package/lib/generated/message-reaction.d.ts.map +1 -1
- package/lib/generated/message-reaction.js +0 -32
- package/lib/generated/message-reaction.js.map +1 -1
- package/lib/generated/message.d.ts +33 -35
- package/lib/generated/message.d.ts.map +1 -1
- package/lib/generated/message.js +37 -41
- package/lib/generated/message.js.map +1 -1
- package/lib/generated/my-chat-member.d.ts +0 -12
- package/lib/generated/my-chat-member.d.ts.map +1 -1
- package/lib/generated/my-chat-member.js +0 -24
- package/lib/generated/my-chat-member.js.map +1 -1
- package/lib/generated/removed-chat-boost.d.ts +0 -12
- package/lib/generated/removed-chat-boost.d.ts.map +1 -1
- package/lib/generated/removed-chat-boost.js +0 -24
- package/lib/generated/removed-chat-boost.js.map +1 -1
- package/lib/index.test.js +172 -1
- package/lib/index.test.js.map +1 -1
- package/lib/sugar/business-message.d.ts +12 -3
- package/lib/sugar/business-message.d.ts.map +1 -1
- package/lib/sugar/business-message.js +12 -1
- package/lib/sugar/business-message.js.map +1 -1
- package/lib/sugar/channel-post.d.ts +5 -2
- package/lib/sugar/channel-post.d.ts.map +1 -1
- package/lib/sugar/edited-business-message.d.ts +12 -3
- package/lib/sugar/edited-business-message.d.ts.map +1 -1
- package/lib/sugar/edited-business-message.js +12 -1
- package/lib/sugar/edited-business-message.js.map +1 -1
- package/lib/sugar/edited-channel-post.d.ts +5 -2
- package/lib/sugar/edited-channel-post.d.ts.map +1 -1
- package/lib/sugar/edited-message.d.ts +5 -2
- package/lib/sugar/edited-message.d.ts.map +1 -1
- package/lib/sugar/message-mixin.d.ts +6 -0
- package/lib/sugar/message-mixin.d.ts.map +1 -1
- package/lib/sugar/message-mixin.js +32 -1
- package/lib/sugar/message-mixin.js.map +1 -1
- package/lib/sugar/message.d.ts +5 -2
- package/lib/sugar/message.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/generated/business-connection.ts +96 -0
- package/src/generated/business-message.ts +166 -82
- package/src/generated/callback-query.ts +80 -80
- package/src/generated/channel-post.ts +66 -70
- package/src/generated/chat-boost.ts +0 -24
- package/src/generated/chat-join-request.ts +0 -24
- package/src/generated/chat-member.ts +0 -24
- package/src/generated/deleted-business-messages.ts +136 -76
- package/src/generated/edited-business-message.ts +166 -82
- package/src/generated/edited-channel-post.ts +66 -70
- package/src/generated/edited-message.ts +66 -70
- package/src/generated/guest-message.ts +66 -70
- package/src/generated/message-reaction-count.ts +0 -32
- package/src/generated/message-reaction.ts +0 -32
- package/src/generated/message.ts +66 -70
- package/src/generated/my-chat-member.ts +0 -24
- package/src/generated/removed-chat-boost.ts +0 -24
- package/src/index.test.ts +193 -0
- package/src/sugar/business-message.ts +14 -2
- package/src/sugar/edited-business-message.ts +14 -2
- package/src/sugar/message-mixin.ts +41 -1
|
@@ -18,46 +18,50 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
18
18
|
get isGroup(): boolean;
|
|
19
19
|
/** camel-case alias for `message_id`. */
|
|
20
20
|
get messageId(): number;
|
|
21
|
+
/** camel-case alias for `business_connection_id`. */
|
|
22
|
+
get businessConnectionId(): string | undefined;
|
|
23
|
+
/** camel-case alias for `message_thread_id` (the forum topic this message is in, if any). */
|
|
24
|
+
get messageThreadId(): number | undefined;
|
|
21
25
|
/** reply to this message. */
|
|
22
|
-
reply(params: Omit<t.SendMessageParams, "chat_id">): Promise<t.Message>;
|
|
26
|
+
reply(params: Omit<t.SendMessageParams, "chat_id" | "business_connection_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
23
27
|
/** Use this method to send text messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
24
|
-
send(params: Omit<t.SendMessageParams, "chat_id">): Promise<t.Message>;
|
|
28
|
+
send(params: Omit<t.SendMessageParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
25
29
|
/** Use this method to send photos. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
26
|
-
sendPhoto(params: Omit<t.SendPhotoParams, "chat_id">): Promise<t.Message>;
|
|
30
|
+
sendPhoto(params: Omit<t.SendPhotoParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
27
31
|
/** Use this method to send live photos. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
28
|
-
sendLivePhoto(params: Omit<t.SendLivePhotoParams, "chat_id">): Promise<t.Message>;
|
|
32
|
+
sendLivePhoto(params: Omit<t.SendLivePhotoParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
29
33
|
/** Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. For sending voice messages, use the [sendVoice](https://core.telegram.org/bots/api/#sendvoice) method instead. */
|
|
30
|
-
sendAudio(params: Omit<t.SendAudioParams, "chat_id">): Promise<t.Message>;
|
|
34
|
+
sendAudio(params: Omit<t.SendAudioParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
31
35
|
/** Use this method to send general files. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future. */
|
|
32
|
-
sendDocument(params: Omit<t.SendDocumentParams, "chat_id">): Promise<t.Message>;
|
|
36
|
+
sendDocument(params: Omit<t.SendDocumentParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
33
37
|
/** Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future. */
|
|
34
|
-
sendVideo(params: Omit<t.SendVideoParams, "chat_id">): Promise<t.Message>;
|
|
38
|
+
sendVideo(params: Omit<t.SendVideoParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
35
39
|
/** Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. */
|
|
36
|
-
sendAnimation(params: Omit<t.SendAnimationParams, "chat_id">): Promise<t.Message>;
|
|
40
|
+
sendAnimation(params: Omit<t.SendAnimationParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
37
41
|
/** Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as [Audio](https://core.telegram.org/bots/api/#audio) or [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future. */
|
|
38
|
-
sendVoice(params: Omit<t.SendVoiceParams, "chat_id">): Promise<t.Message>;
|
|
42
|
+
sendVoice(params: Omit<t.SendVoiceParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
39
43
|
/** As of [v.4.0](https://telegram.org/blog/video-messages-and-telescope), Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
40
|
-
sendVideoNote(params: Omit<t.SendVideoNoteParams, "chat_id">): Promise<t.Message>;
|
|
44
|
+
sendVideoNote(params: Omit<t.SendVideoNoteParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
41
45
|
/** Use this method to send paid media. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
42
|
-
sendPaidMedia(params: Omit<t.SendPaidMediaParams, "chat_id">): Promise<t.Message>;
|
|
46
|
+
sendPaidMedia(params: Omit<t.SendPaidMediaParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
43
47
|
/** Use this method to send a group of photos, live photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of [Message](https://core.telegram.org/bots/api/#message) objects that were sent is returned. */
|
|
44
|
-
sendMediaGroup(params: Omit<t.SendMediaGroupParams, "chat_id">): Promise<t.Message[]>;
|
|
48
|
+
sendMediaGroup(params: Omit<t.SendMediaGroupParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message[]>;
|
|
45
49
|
/** Use this method to send point on the map. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
46
|
-
sendLocation(params: Omit<t.SendLocationParams, "chat_id">): Promise<t.Message>;
|
|
50
|
+
sendLocation(params: Omit<t.SendLocationParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
47
51
|
/** Use this method to send information about a venue. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
48
|
-
sendVenue(params: Omit<t.SendVenueParams, "chat_id">): Promise<t.Message>;
|
|
52
|
+
sendVenue(params: Omit<t.SendVenueParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
49
53
|
/** Use this method to send phone contacts. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
50
|
-
sendContact(params: Omit<t.SendContactParams, "chat_id">): Promise<t.Message>;
|
|
54
|
+
sendContact(params: Omit<t.SendContactParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
51
55
|
/** Use this method to send a native poll. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
52
|
-
sendPoll(params: Omit<t.SendPollParams, "chat_id">): Promise<t.Message>;
|
|
56
|
+
sendPoll(params: Omit<t.SendPollParams, "business_connection_id" | "chat_id" | "message_thread_id">): Promise<t.Message>;
|
|
53
57
|
/** Use this method to send a checklist on behalf of a connected business account. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
54
|
-
sendChecklist(params: Omit<t.SendChecklistParams, "chat_id">): Promise<t.Message>;
|
|
58
|
+
sendChecklist(params: Omit<t.SendChecklistParams, "business_connection_id" | "chat_id">): Promise<t.Message>;
|
|
55
59
|
/** Use this method to send an animated emoji that will display a random value. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
56
|
-
sendDice(params: Omit<t.SendDiceParams, "chat_id">): Promise<t.Message>;
|
|
60
|
+
sendDice(params: Omit<t.SendDiceParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
57
61
|
/** Use this method to stream a partial message to a user while the message is being generated. Note that the streamed draft is ephemeral and acts as a temporary 30-second preview - once the output is finalized, you **must** call [sendMessage](https://core.telegram.org/bots/api/#sendmessage) with the complete message to persist it in the user's chat. Returns *True* on success. */
|
|
58
|
-
sendMessageDraft(params: Omit<t.SendMessageDraftParams, "chat_id">): Promise<boolean>;
|
|
62
|
+
sendMessageDraft(params: Omit<t.SendMessageDraftParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
59
63
|
/** Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns *True* on success. Example: The [ImageBot](https://t.me/imagebot) needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use [sendChatAction](https://core.telegram.org/bots/api/#sendchataction) with *action* = *upload\_photo*. The user will see a “sending photo” status for the bot. We only recommend using this method when a response from the bot will take a **noticeable** amount of time to arrive. */
|
|
60
|
-
sendChatAction(params: Omit<t.SendChatActionParams, "chat_id">): Promise<boolean>;
|
|
64
|
+
sendChatAction(params: Omit<t.SendChatActionParams, "business_connection_id" | "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
61
65
|
/** Use this method to change the chosen reactions on a message. Service messages of some types can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns *True* on success. */
|
|
62
66
|
react(params: Omit<t.SetMessageReactionParams, "chat_id" | "message_id">): Promise<boolean>;
|
|
63
67
|
/** Use this method to get a list of profile pictures for a user. Returns a [UserProfilePhotos](https://core.telegram.org/bots/api/#userprofilephotos) object. */
|
|
@@ -109,9 +113,9 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
109
113
|
/** Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success. */
|
|
110
114
|
setChatDescription(params: Omit<t.SetChatDescriptionParams, "chat_id">): Promise<boolean>;
|
|
111
115
|
/** Use this method to add a message to the list of pinned messages in a chat. In private chats and channel direct messages chats, all non-service messages can be pinned. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to pin messages in groups and channels respectively. Returns *True* on success. */
|
|
112
|
-
pin(params: Omit<t.PinChatMessageParams, "chat_id" | "message_id">): Promise<boolean>;
|
|
116
|
+
pin(params: Omit<t.PinChatMessageParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean>;
|
|
113
117
|
/** Use this method to remove a message from the list of pinned messages in a chat. In private chats and channel direct messages chats, all messages can be unpinned. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to unpin messages in groups and channels respectively. Returns *True* on success. */
|
|
114
|
-
unpin(params
|
|
118
|
+
unpin(params?: Omit<t.UnpinChatMessageParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean>;
|
|
115
119
|
/** Use this method to clear the list of pinned messages in a chat. In private chats and channel direct messages chats, no additional rights are required to unpin all pinned messages. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to unpin all pinned messages in groups and channels respectively. Returns *True* on success. */
|
|
116
120
|
unpinAllChatMessages(params?: Omit<t.UnpinAllChatMessagesParams, "chat_id">): Promise<boolean>;
|
|
117
121
|
/** Use this method for your bot to leave a group, supergroup or channel. Returns *True* on success. */
|
|
@@ -133,15 +137,15 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
133
137
|
/** Use this method to create a topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator right. Returns information about the created topic as a [ForumTopic](https://core.telegram.org/bots/api/#forumtopic) object. */
|
|
134
138
|
createForumTopic(params: Omit<t.CreateForumTopicParams, "chat_id">): Promise<t.ForumTopic>;
|
|
135
139
|
/** Use this method to edit name and icon of a topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success. */
|
|
136
|
-
editForumTopic(params: Omit<t.EditForumTopicParams, "chat_id">): Promise<boolean>;
|
|
140
|
+
editForumTopic(params: Omit<t.EditForumTopicParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
137
141
|
/** Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success. */
|
|
138
|
-
closeForumTopic(params
|
|
142
|
+
closeForumTopic(params?: Omit<t.CloseForumTopicParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
139
143
|
/** Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success. */
|
|
140
|
-
reopenForumTopic(params
|
|
144
|
+
reopenForumTopic(params?: Omit<t.ReopenForumTopicParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
141
145
|
/** Use this method to delete a forum topic along with all its messages in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the *can\_delete\_messages* administrator rights. Returns *True* on success. */
|
|
142
|
-
deleteForumTopic(params
|
|
146
|
+
deleteForumTopic(params?: Omit<t.DeleteForumTopicParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
143
147
|
/** Use this method to clear the list of pinned messages in a forum topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the *can\_pin\_messages* administrator right in the supergroup. Returns *True* on success. */
|
|
144
|
-
unpinAllForumTopicMessages(params
|
|
148
|
+
unpinAllForumTopicMessages(params?: Omit<t.UnpinAllForumTopicMessagesParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
145
149
|
/** Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator rights. Returns *True* on success. */
|
|
146
150
|
editGeneralForumTopic(params: Omit<t.EditGeneralForumTopicParams, "chat_id">): Promise<boolean>;
|
|
147
151
|
/** Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\_manage\_topics* administrator rights. Returns *True* on success. */
|
|
@@ -156,6 +160,8 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
156
160
|
unpinAllGeneralForumTopicMessages(params?: Omit<t.UnpinAllGeneralForumTopicMessagesParams, "chat_id">): Promise<boolean>;
|
|
157
161
|
/** Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a [UserChatBoosts](https://core.telegram.org/bots/api/#userchatboosts) object. */
|
|
158
162
|
getUserChatBoosts(params?: Omit<t.GetUserChatBoostsParams, "chat_id" | "user_id">): Promise<t.UserChatBoosts>;
|
|
163
|
+
/** Use this method to get information about the connection of the bot with a business account. Returns a [BusinessConnection](https://core.telegram.org/bots/api/#businessconnection) object on success. */
|
|
164
|
+
getBusinessConnection(params?: Omit<t.GetBusinessConnectionParams, "business_connection_id">): Promise<t.BusinessConnection>;
|
|
159
165
|
/** Use this method to get the token of a managed bot. Returns the token as *String* on success. */
|
|
160
166
|
getManagedBotToken(params?: Omit<t.GetManagedBotTokenParams, "user_id">): Promise<string>;
|
|
161
167
|
/** Use this method to revoke the current token of a managed bot and generate a new one. Returns the new token as *String* on success. */
|
|
@@ -181,31 +187,65 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
181
187
|
/** Removes verification from a chat that is currently verified [on behalf of the organization](https://telegram.org/verify#third-party-verification) represented by the bot. Returns *True* on success. */
|
|
182
188
|
removeChatVerification(params?: Omit<t.RemoveChatVerificationParams, "chat_id">): Promise<boolean>;
|
|
183
189
|
/** Marks incoming message as read on behalf of a business account. Requires the *can\_read\_messages* business bot right. Returns *True* on success. */
|
|
184
|
-
readBusinessMessage(params
|
|
190
|
+
readBusinessMessage(params?: Omit<t.ReadBusinessMessageParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean>;
|
|
191
|
+
/** Delete messages on behalf of a business account. Requires the *can\_delete\_sent\_messages* business bot right to delete messages sent by the bot itself, or the *can\_delete\_all\_messages* business bot right to delete any message. Returns *True* on success. */
|
|
192
|
+
deleteBusinessMessages(params: Omit<t.DeleteBusinessMessagesParams, "business_connection_id">): Promise<boolean>;
|
|
193
|
+
/** Changes the first and last name of a managed business account. Requires the *can\_change\_name* business bot right. Returns *True* on success. */
|
|
194
|
+
setBusinessAccountName(params: Omit<t.SetBusinessAccountNameParams, "business_connection_id">): Promise<boolean>;
|
|
195
|
+
/** Changes the username of a managed business account. Requires the *can\_change\_username* business bot right. Returns *True* on success. */
|
|
196
|
+
setBusinessAccountUsername(params: Omit<t.SetBusinessAccountUsernameParams, "business_connection_id">): Promise<boolean>;
|
|
197
|
+
/** Changes the bio of a managed business account. Requires the *can\_change\_bio* business bot right. Returns *True* on success. */
|
|
198
|
+
setBusinessAccountBio(params: Omit<t.SetBusinessAccountBioParams, "business_connection_id">): Promise<boolean>;
|
|
199
|
+
/** Changes the profile photo of a managed business account. Requires the *can\_edit\_profile\_photo* business bot right. Returns *True* on success. */
|
|
200
|
+
setBusinessAccountProfilePhoto(params: Omit<t.SetBusinessAccountProfilePhotoParams, "business_connection_id">): Promise<boolean>;
|
|
201
|
+
/** Removes the current profile photo of a managed business account. Requires the *can\_edit\_profile\_photo* business bot right. Returns *True* on success. */
|
|
202
|
+
removeBusinessAccountProfilePhoto(params: Omit<t.RemoveBusinessAccountProfilePhotoParams, "business_connection_id">): Promise<boolean>;
|
|
203
|
+
/** Changes the privacy settings pertaining to incoming gifts in a managed business account. Requires the *can\_change\_gift\_settings* business bot right. Returns *True* on success. */
|
|
204
|
+
setBusinessAccountGiftSettings(params: Omit<t.SetBusinessAccountGiftSettingsParams, "business_connection_id">): Promise<boolean>;
|
|
205
|
+
/** Returns the amount of Telegram Stars owned by a managed business account. Requires the *can\_view\_gifts\_and\_stars* business bot right. Returns [StarAmount](https://core.telegram.org/bots/api/#staramount) on success. */
|
|
206
|
+
getBusinessAccountStarBalance(params?: Omit<t.GetBusinessAccountStarBalanceParams, "business_connection_id">): Promise<t.StarAmount>;
|
|
207
|
+
/** Transfers Telegram Stars from the business account balance to the bot's balance. Requires the *can\_transfer\_stars* business bot right. Returns *True* on success. */
|
|
208
|
+
transferBusinessAccountStars(params: Omit<t.TransferBusinessAccountStarsParams, "business_connection_id">): Promise<boolean>;
|
|
209
|
+
/** Returns the gifts received and owned by a managed business account. Requires the *can\_view\_gifts\_and\_stars* business bot right. Returns [OwnedGifts](https://core.telegram.org/bots/api/#ownedgifts) on success. */
|
|
210
|
+
getBusinessAccountGifts(params: Omit<t.GetBusinessAccountGiftsParams, "business_connection_id">): Promise<t.OwnedGifts>;
|
|
185
211
|
/** Returns the gifts owned and hosted by a user. Returns [OwnedGifts](https://core.telegram.org/bots/api/#ownedgifts) on success. */
|
|
186
212
|
getUserGifts(params: Omit<t.GetUserGiftsParams, "user_id">): Promise<t.OwnedGifts>;
|
|
187
213
|
/** Returns the gifts owned by a chat. Returns [OwnedGifts](https://core.telegram.org/bots/api/#ownedgifts) on success. */
|
|
188
214
|
getChatGifts(params: Omit<t.GetChatGiftsParams, "chat_id">): Promise<t.OwnedGifts>;
|
|
215
|
+
/** Converts a given regular gift to Telegram Stars. Requires the *can\_convert\_gifts\_to\_stars* business bot right. Returns *True* on success. */
|
|
216
|
+
convertGiftToStars(params: Omit<t.ConvertGiftToStarsParams, "business_connection_id">): Promise<boolean>;
|
|
217
|
+
/** Upgrades a given regular gift to a unique gift. Requires the *can\_transfer\_and\_upgrade\_gifts* business bot right. Additionally requires the *can\_transfer\_stars* business bot right if the upgrade is paid. Returns *True* on success. */
|
|
218
|
+
upgradeGift(params: Omit<t.UpgradeGiftParams, "business_connection_id">): Promise<boolean>;
|
|
219
|
+
/** Transfers an owned unique gift to another user. Requires the *can\_transfer\_and\_upgrade\_gifts* business bot right. Requires *can\_transfer\_stars* business bot right if the transfer is paid. Returns *True* on success. */
|
|
220
|
+
transferGift(params: Omit<t.TransferGiftParams, "business_connection_id">): Promise<boolean>;
|
|
221
|
+
/** Posts a story on behalf of a managed business account. Requires the *can\_manage\_stories* business bot right. Returns [Story](https://core.telegram.org/bots/api/#story) on success. */
|
|
222
|
+
postStory(params: Omit<t.PostStoryParams, "business_connection_id">): Promise<t.Story>;
|
|
223
|
+
/** Reposts a story on behalf of a business account from another business account. Both business accounts must be managed by the same bot, and the story on the source account must have been posted (or reposted) by the bot. Requires the *can\_manage\_stories* business bot right for both business accounts. Returns [Story](https://core.telegram.org/bots/api/#story) on success. */
|
|
224
|
+
repostStory(params: Omit<t.RepostStoryParams, "business_connection_id" | "from_chat_id">): Promise<t.Story>;
|
|
225
|
+
/** Edits a story previously posted by the bot on behalf of a managed business account. Requires the *can\_manage\_stories* business bot right. Returns [Story](https://core.telegram.org/bots/api/#story) on success. */
|
|
226
|
+
editStory(params: Omit<t.EditStoryParams, "business_connection_id">): Promise<t.Story>;
|
|
227
|
+
/** Deletes a story previously posted by the bot on behalf of a managed business account. Requires the *can\_manage\_stories* business bot right. Returns *True* on success. */
|
|
228
|
+
deleteStory(params: Omit<t.DeleteStoryParams, "business_connection_id">): Promise<boolean>;
|
|
189
229
|
/** Stores a message that can be sent by a user of a Mini App. Returns a [PreparedInlineMessage](https://core.telegram.org/bots/api/#preparedinlinemessage) object. */
|
|
190
230
|
savePreparedInlineMessage(params: Omit<t.SavePreparedInlineMessageParams, "user_id">): Promise<t.PreparedInlineMessage>;
|
|
191
231
|
/** Stores a keyboard button that can be used by a user within a Mini App. Returns a [PreparedKeyboardButton](https://core.telegram.org/bots/api/#preparedkeyboardbutton) object. */
|
|
192
232
|
savePreparedKeyboardButton(params: Omit<t.SavePreparedKeyboardButtonParams, "user_id">): Promise<t.PreparedKeyboardButton>;
|
|
193
233
|
/** Use this method to edit text, rich and [game](https://core.telegram.org/bots/api/#games) messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. */
|
|
194
|
-
editText(params: Omit<t.EditMessageTextParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
234
|
+
editText(params: Omit<t.EditMessageTextParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
195
235
|
/** Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. */
|
|
196
|
-
editCaption(params: Omit<t.EditMessageCaptionParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
236
|
+
editCaption(params: Omit<t.EditMessageCaptionParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
197
237
|
/** Use this method to edit animation, audio, document, live photo, photo, or video messages, or to replace a text or a rich message with a media. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo, a live photo, or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. */
|
|
198
|
-
editMedia(params: Omit<t.EditMessageMediaParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
238
|
+
editMedia(params: Omit<t.EditMessageMediaParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
199
239
|
/** Use this method to edit live location messages. A location can be edited until its *live\_period* expires or editing is explicitly disabled by a call to [stopMessageLiveLocation](https://core.telegram.org/bots/api/#stopmessagelivelocation). On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. */
|
|
200
|
-
editLiveLocation(params: Omit<t.EditMessageLiveLocationParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
240
|
+
editLiveLocation(params: Omit<t.EditMessageLiveLocationParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
201
241
|
/** Use this method to stop updating a live location message before *live\_period* expires. On success, if the message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. */
|
|
202
|
-
stopMessageLiveLocation(params: Omit<t.StopMessageLiveLocationParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
242
|
+
stopMessageLiveLocation(params: Omit<t.StopMessageLiveLocationParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
203
243
|
/** Use this method to edit a checklist on behalf of a connected business account. On success, the edited [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
204
|
-
editMessageChecklist(params: Omit<t.EditMessageChecklistParams, "chat_id" | "message_id">): Promise<t.Message>;
|
|
244
|
+
editMessageChecklist(params: Omit<t.EditMessageChecklistParams, "business_connection_id" | "chat_id" | "message_id">): Promise<t.Message>;
|
|
205
245
|
/** Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. */
|
|
206
|
-
editReplyMarkup(params: Omit<t.EditMessageReplyMarkupParams, "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
246
|
+
editReplyMarkup(params: Omit<t.EditMessageReplyMarkupParams, "business_connection_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
207
247
|
/** Use this method to stop a poll which was sent by the bot. On success, the stopped [Poll](https://core.telegram.org/bots/api/#poll) is returned. */
|
|
208
|
-
stopPoll(params: Omit<t.StopPollParams, "chat_id" | "message_id">): Promise<t.Poll>;
|
|
248
|
+
stopPoll(params: Omit<t.StopPollParams, "business_connection_id" | "chat_id" | "message_id">): Promise<t.Poll>;
|
|
209
249
|
/** Use this method to approve a suggested post in a direct messages chat. The bot must have the 'can_post_messages' administrator right in the corresponding channel chat. Returns *True* on success. */
|
|
210
250
|
approveSuggestedPost(params: Omit<t.ApproveSuggestedPostParams, "chat_id" | "message_id">): Promise<boolean>;
|
|
211
251
|
/** Use this method to decline a suggested post in a direct messages chat. The bot must have the 'can_manage_direct_messages' administrator right in the corresponding channel chat. Returns *True* on success. */
|
|
@@ -219,7 +259,7 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
219
259
|
/** Use this method to remove up to 10000 recent reactions in a group or a supergroup chat added by a given user or chat. The bot must have the 'can_delete_messages' administrator right in the chat. Returns *True* on success. */
|
|
220
260
|
deleteAllMessageReactions(params: Omit<t.DeleteAllMessageReactionsParams, "chat_id" | "user_id">): Promise<boolean>;
|
|
221
261
|
/** Use this method to send static .WEBP, [animated](https://telegram.org/blog/animated-stickers) .TGS, or [video](https://telegram.org/blog/video-stickers-better-reactions) .WEBM stickers. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
222
|
-
sendSticker(params: Omit<t.SendStickerParams, "chat_id">): Promise<t.Message>;
|
|
262
|
+
sendSticker(params: Omit<t.SendStickerParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
223
263
|
/** Use this method to upload a file with a sticker for later use in the [createNewStickerSet](https://core.telegram.org/bots/api/#createnewstickerset), [addStickerToSet](https://core.telegram.org/bots/api/#addstickertoset), or [replaceStickerInSet](https://core.telegram.org/bots/api/#replacestickerinset) methods (the file can be used multiple times). Returns the uploaded [File](https://core.telegram.org/bots/api/#file) on success. */
|
|
224
264
|
uploadStickerFile(params: Omit<t.UploadStickerFileParams, "user_id">): Promise<t.File>;
|
|
225
265
|
/** Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns *True* on success. */
|
|
@@ -231,11 +271,13 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
231
271
|
/** Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns *True* on success. */
|
|
232
272
|
setStickerSetThumbnail(params: Omit<t.SetStickerSetThumbnailParams, "user_id">): Promise<boolean>;
|
|
233
273
|
/** Use this method to send rich messages. If the message contains a block with a media element, then the bot must have the right to send the media to the chat. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
234
|
-
sendRichMessage(params: Omit<t.SendRichMessageParams, "chat_id">): Promise<t.Message>;
|
|
274
|
+
sendRichMessage(params: Omit<t.SendRichMessageParams, "business_connection_id" | "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
235
275
|
/** Use this method to stream a partial rich message to a user while the message is being generated. Note that the streamed draft is ephemeral and acts as a temporary 30-second preview - once the output is finalized, you **must** call [sendRichMessage](https://core.telegram.org/bots/api/#sendrichmessage) with the complete message to persist it in the user's chat. Returns *True* on success. */
|
|
236
|
-
sendRichMessageDraft(params: Omit<t.SendRichMessageDraftParams, "chat_id">): Promise<boolean>;
|
|
276
|
+
sendRichMessageDraft(params: Omit<t.SendRichMessageDraftParams, "chat_id" | "message_thread_id">): Promise<boolean>;
|
|
237
277
|
/** Use this method to send invoices. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
238
|
-
sendInvoice(params: Omit<t.SendInvoiceParams, "chat_id">): Promise<t.Message>;
|
|
278
|
+
sendInvoice(params: Omit<t.SendInvoiceParams, "chat_id" | "message_thread_id" | "direct_messages_topic_id">): Promise<t.Message>;
|
|
279
|
+
/** Use this method to create a link for an invoice. Returns the created invoice link as *String* on success. */
|
|
280
|
+
createInvoiceLink(params: Omit<t.CreateInvoiceLinkParams, "business_connection_id">): Promise<string>;
|
|
239
281
|
/** Refunds a successful payment in [Telegram Stars](https://t.me/BotNews/90). Returns *True* on success. */
|
|
240
282
|
refundStarPayment(params: Omit<t.RefundStarPaymentParams, "user_id">): Promise<boolean>;
|
|
241
283
|
/** Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns *True* on success. */
|
|
@@ -243,7 +285,7 @@ export declare class EditedBusinessMessageContextBase {
|
|
|
243
285
|
/** Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns *True* on success. Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues. */
|
|
244
286
|
setPassportDataErrors(params: Omit<t.SetPassportDataErrorsParams, "user_id">): Promise<boolean>;
|
|
245
287
|
/** Use this method to send a game. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. */
|
|
246
|
-
sendGame(params: Omit<t.SendGameParams, "chat_id">): Promise<t.Message>;
|
|
288
|
+
sendGame(params: Omit<t.SendGameParams, "business_connection_id" | "chat_id" | "message_thread_id">): Promise<t.Message>;
|
|
247
289
|
/** Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Returns an error, if the new score is not greater than the user's current score in the chat and *force* is *False*. */
|
|
248
290
|
setGameScore(params: Omit<t.SetGameScoreParams, "user_id" | "chat_id" | "message_id">): Promise<boolean | t.Message>;
|
|
249
291
|
/** Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of [GameHighScore](https://core.telegram.org/bots/api/#gamehighscore) objects. This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edited-business-message.d.ts","sourceRoot":"","sources":["../../src/generated/edited-business-message.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,CAAC,MAAM,eAAe,CAAC;AAExC,MAAM,WAAW,gCAAiC,SAAQ,CAAC,CAAC,OAAO;CAAG;AACtE,qBAAa,gCAAgC;IAC5C,QAAQ,CAAC,GAAG,EAAE,GAAG,CAAC;IAClB,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC;gBACd,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,CAAC,CAAC,MAAM;IAKtC,0CAA0C;IAC1C,IAAI,QAAQ,IAAI,MAAM,GAAG,SAAS,CAEjC;IACD,kDAAkD;IAClD,IAAI,SAAS,IAAI,MAAM,GAAG,SAAS,CAElC;IACD,wCAAwC;IACxC,IAAI,MAAM,IAAI,MAAM,CAEnB;IACD,4CAA4C;IAC5C,IAAI,IAAI,IAAI,OAAO,CAElB;IACD,6CAA6C;IAC7C,IAAI,OAAO,IAAI,OAAO,CAErB;IACD,yCAAyC;IACzC,IAAI,SAAS,IAAI,MAAM,CAEtB;IACD,6BAA6B;IAC7B,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iBAAiB,EAAE,SAAS,CAAC;IAGlD,sIAAsI;IACtI,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iBAAiB,EAAE,SAAS,CAAC;IAGjD,+HAA+H;IAC/H,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGpD,oIAAoI;IACpI,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAG5D,0cAA0c;IAC1c,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGpD,iPAAiP;IACjP,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,wWAAwW;IACxW,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGpD,+RAA+R;IAC/R,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAG5D,sjBAAsjB;IACtjB,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGpD,2RAA2R;IAC3R,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAG5D,mIAAmI;IACnI,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAG5D,oTAAoT;IACpT,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAAE,SAAS,CAAC;IAG9D,yIAAyI;IACzI,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,kJAAkJ;IAClJ,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGpD,uIAAuI;IACvI,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iBAAiB,EAAE,SAAS,CAAC;IAGxD,sIAAsI;IACtI,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,SAAS,CAAC;IAGlD,8KAA8K;IAC9K,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAG5D,2KAA2K;IAC3K,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,SAAS,CAAC;IAGlD,8XAA8X;IAC9X,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,CAAC;IAGlE,guBAAguB;IAChuB,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAAE,SAAS,CAAC;IAG9D,uTAAuT;IACvT,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGxE,iKAAiK;IACjK,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG1E,+JAA+J;IAC/J,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG1E,kOAAkO;IAClO,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGtE,saAAsa;IACta,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,GAAG,SAAS,CAAC;IAGxE,0hBAA0hB;IAC1hB,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,GAAG,SAAS,CAAC;IAG5E,+QAA+Q;IAC/Q,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,GAAG,SAAS,CAAC;IAGlF,uRAAuR;IACvR,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,GAAG,SAAS,CAAC;IAGhF,iIAAiI;IACjI,+BAA+B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qCAAqC,EAAE,SAAS,GAAG,SAAS,CAAC;IAG5G,wOAAwO;IACxO,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,GAAG,SAAS,CAAC;IAG9E,maAAma;IACna,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGpE,6NAA6N;IAC7N,mBAAmB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,yBAAyB,EAAE,SAAS,CAAC;IAGxE,kPAAkP;IAClP,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGtE,gSAAgS;IAChS,oBAAoB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG3E,+ZAA+Z;IAC/Z,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG1E,+SAA+S;IAC/S,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGtE,olBAAolB;IACplB,gCAAgC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sCAAsC,EAAE,SAAS,CAAC;IAGlG,+PAA+P;IAC/P,8BAA8B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oCAAoC,EAAE,SAAS,CAAC;IAG9F,4WAA4W;IAC5W,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG1E,2MAA2M;IAC3M,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,GAAG,SAAS,CAAC;IAG3F,2MAA2M;IAC3M,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,GAAG,SAAS,CAAC;IAG3F,uPAAuP;IACvP,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,sOAAsO;IACtO,eAAe,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,CAAC;IAGjE,6OAA6O;IAC7O,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,oOAAoO;IACpO,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGtE,6WAA6W;IAC7W,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGlE,0WAA0W;IAC1W,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGtE,uYAAuY;IACvY,oBAAoB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG3E,uGAAuG;IACvG,SAAS,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,SAAS,CAAC;IAGrD,kKAAkK;IAClK,OAAO,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,aAAa,EAAE,SAAS,CAAC;IAGjD,2JAA2J;IAC3J,qBAAqB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,2BAA2B,EAAE,SAAS,CAAC;IAG5E,wFAAwF;IACxF,kBAAkB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGvE,+PAA+P;IAC/P,aAAa,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,GAAG,SAAS,CAAC;IAGzE,6OAA6O;IAC7O,2BAA2B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iCAAiC,EAAE,SAAS,CAAC;IAGxF,2XAA2X;IAC3X,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGpE,2XAA2X;IAC3X,oBAAoB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG3E,oXAAoX;IACpX,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,CAAC;IAGlE,gVAAgV;IAChV,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAAE,SAAS,CAAC;IAG9D,uQAAuQ;IACvQ,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,CAAC;IAGhE,yQAAyQ;IACzQ,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,CAAC;IAGlE,8TAA8T;IAC9T,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,CAAC;IAGlE,8UAA8U;IAC9U,0BAA0B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,gCAAgC,EAAE,SAAS,CAAC;IAGtF,iPAAiP;IACjP,qBAAqB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,2BAA2B,EAAE,SAAS,CAAC;IAG5E,0OAA0O;IAC1O,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,CAAC;IAG/E,uSAAuS;IACvS,uBAAuB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,6BAA6B,EAAE,SAAS,CAAC;IAGjF,4RAA4R;IAC5R,qBAAqB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,2BAA2B,EAAE,SAAS,CAAC;IAG7E,uOAAuO;IACvO,uBAAuB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,6BAA6B,EAAE,SAAS,CAAC;IAGjF,4PAA4P;IAC5P,iCAAiC,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,uCAAuC,EAAE,SAAS,CAAC;IAGrG,6MAA6M;IAC7M,iBAAiB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,GAAG,SAAS,CAAC;IAGjF,mGAAmG;IACnG,kBAAkB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,CAAC;IAGvE,yIAAyI;IACzI,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,CAAC;IAG/E,2KAA2K;IAC3K,2BAA2B,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,iCAAiC,EAAE,SAAS,CAAC;IAGzF,iGAAiG;IACjG,2BAA2B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iCAAiC,EAAE,SAAS,CAAC;IAGxF,gIAAgI;IAChI,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGpE,wMAAwM;IACxM,iBAAiB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGrE,gJAAgJ;IAChJ,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,SAAS,GAAG,SAAS,CAAC;IAG9D,0FAA0F;IAC1F,uBAAuB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,6BAA6B,EAAE,SAAS,CAAC;IAGhF,wKAAwK;IACxK,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,gBAAgB,EAAE,SAAS,CAAC;IAGtD,wKAAwK;IACxK,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,gBAAgB,EAAE,SAAS,CAAC;IAGtD,0MAA0M;IAC1M,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,CAAC;IAG/E,2MAA2M;IAC3M,sBAAsB,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,CAAC;IAG/E,wJAAwJ;IACxJ,mBAAmB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,yBAAyB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGvF,qIAAqI;IACrI,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,0HAA0H;IAC1H,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,CAAC;IAG1D,sKAAsK;IACtK,yBAAyB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,+BAA+B,EAAE,SAAS,CAAC;IAGpF,oLAAoL;IACpL,0BAA0B,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,gCAAgC,EAAE,SAAS,CAAC;IAGtF,ubAAub;IACvb,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGxE,kYAAkY;IAClY,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,wBAAwB,EAAE,SAAS,GAAG,YAAY,CAAC;IAG9E,iyBAAiyB;IACjyB,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,sBAAsB,EAAE,SAAS,GAAG,YAAY,CAAC;IAG1E,gaAAga;IACha,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,6BAA6B,EAAE,SAAS,GAAG,YAAY,CAAC;IAGxF,gQAAgQ;IAChQ,uBAAuB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,6BAA6B,EAAE,SAAS,GAAG,YAAY,CAAC;IAG/F,gLAAgL;IAChL,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,GAAG,YAAY,CAAC;IAGzF,+YAA+Y;IAC/Y,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,GAAG,YAAY,CAAC;IAGtF,sJAAsJ;IACtJ,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,SAAS,GAAG,YAAY,CAAC;IAGjE,yMAAyM;IACzM,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,GAAG,YAAY,CAAC;IAGzF,kNAAkN;IAClN,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,GAAG,YAAY,CAAC;IAGzF,m8BAAm8B;IACn8B,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,mBAAmB,EAAE,SAAS,GAAG,YAAY,CAAC;IAGrE,iKAAiK;IACjK,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAAE,SAAS,CAAC;IAG9D,mMAAmM;IACnM,qBAAqB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,2BAA2B,EAAE,SAAS,GAAG,YAAY,GAAG,SAAS,CAAC;IAGvG,oOAAoO;IACpO,yBAAyB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,+BAA+B,EAAE,SAAS,GAAG,SAAS,CAAC;IAGhG,yRAAyR;IACzR,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iBAAiB,EAAE,SAAS,CAAC;IAGxD,sbAAsb;IACtb,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGpE,yJAAyJ;IACzJ,mBAAmB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,yBAAyB,EAAE,SAAS,CAAC;IAGxE,mMAAmM;IACnM,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,CAAC;IAGhE,iZAAiZ;IACjZ,mBAAmB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,yBAAyB,EAAE,SAAS,CAAC;IAGxE,2LAA2L;IAC3L,sBAAsB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,4BAA4B,EAAE,SAAS,CAAC;IAG9E,4PAA4P;IAC5P,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,CAAC;IAGhE,2YAA2Y;IAC3Y,oBAAoB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,0BAA0B,EAAE,SAAS,CAAC;IAG1E,iIAAiI;IACjI,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,iBAAiB,EAAE,SAAS,CAAC;IAGxD,4GAA4G;IAC5G,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,CAAC;IAGpE,2HAA2H;IAC3H,wBAAwB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,8BAA8B,EAAE,SAAS,CAAC;IAGlF,qmBAAqmB;IACrmB,qBAAqB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,2BAA2B,EAAE,SAAS,CAAC;IAG5E,+HAA+H;IAC/H,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,SAAS,CAAC;IAGlD,+VAA+V;IAC/V,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,kBAAkB,EAAE,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC;IAGrF,8eAA8e;IAC9e,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC;CAG/F"}
|
|
1
|
+
{"version":3,"file":"edited-business-message.d.ts","sourceRoot":"","sources":["../../src/generated/edited-business-message.ts"],"names":[],"mappings":"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"}
|