TelegramClient class
return original data json
- Available extensions
- AddStickerToSetDataOn
- AnswerCallbackQueryDataOn
- AnswerCustomQueryDataOn
- AnswerInlineQueryDataOn
- AnswerPreCheckoutQueryDataOn
- AnswerShippingQueryDataOn
- AnswerWebAppQueryDataOn
- ApproveChatJoinRequestDataOn
- BanChatMemberDataOn
- BanChatSenderChatDataOn
- CallbackQueryDataDataOn
- CloseForumTopicDataOn
- CloseGeneralForumTopicDataOn
- CopyMessageDataOn
- CreateChatInviteLinkDataOn
- CreateForumTopicDataOn
- CreateInvoiceLinkDataOn
- CreateNewStickerSetDataOn
- DeclineChatJoinRequestDataOn
- DeleteChatPhotoDataOn
- DeleteChatStickerSetDataOn
- DeleteForumTopicDataOn
- DeleteMessageDataOn
- DeleteMessagesDataOn
- DeleteMyCommandsDataOn
- DeleteStickerFromSetDataOn
- DeleteStickerSetDataOn
- DeleteWebhookDataOn
- EditChatInviteLinkDataOn
- EditForumTopicDataOn
- EditGeneralForumTopicDataOn
- EditMessageCaptionDataOn
- EditMessageLiveLocationDataOn
- EditMessageMediaDataOn
- EditMessageReplyMarkupDataOn
- EditMessageTextDataOn
- ExportChatInviteLinkDataOn
- ForwardMessageDataOn
- GetChatAdministratorsDataOn
- GetChatDataOn
- GetChatMemberCountDataOn
- GetChatMemberDataOn
- GetChatMembersCountDataOn
- GetChatMenuButtonDataOn
- GetCustomEmojiStickersDataOn
- GetFileDataOn
- GetForumTopicIconStickersDataOn
- GetGameHighScoresDataOn
- GetMeDataOn
- GetMessageDataOn
- GetMyCommandsDataOn
- GetMydefaultAdministratorRightsDataOn
- GetMyDescriptionDataOn
- GetMyNameDataOn
- GetMyshortDescriptionDataOn
- GetStickerSetDataOn
- GetUpdatesDataOn
- GetUserDataOn
- GetUserProfilePhotosDataOn
- GetWebhookInfoDataOn
- HideGeneralTorumTopicDataOn
- InlineQueryDataDataOn
- JoinChatDataOn
- KickChatMemberDataOn
- LeaveChatDataOn
- MessageDataDataOn
- PinChatMessageDataOn
- PromoteChatmemberDataOn
- ReOpenForumTopicDataOn
- ReOpenGeneralForumTopicDataOn
- ReportMessageDataOn
- ReportMessagesDataOn
- RestrictChatMemberDataOn
- RevokeChatInviteLinkDataOn
- SendAnimationDataOn
- SendAudioDataOn
- SendChatActionDataOn
- SendChatScreenshotTakenNotificationDataOn
- SendContactDataOn
- SendCustomRequestDataOn
- SendDiceDataOn
- SendDocumentDataOn
- SendGameDataOn
- SendInvoiceDataOn
- SendLocationDataOn
- SendMediaGroupDataOn
- SendMessageDataOn
- SendMessageRawDataOn
- SendPhotoDataOn
- SendPollDataOn
- SendStickerDataOn
- SendVenueDataOn
- SendVideoDataOn
- SendVideoNoteDataOn
- SendVoiceDataOn
- SetChatAdministratorCustomTitleDataOn
- SetChatDescriptionDataOn
- SetChatMenuButtonDataOn
- SetChatPermissionsDataOn
- SetChatPhotoDataOn
- SetChatStickerSetDataOn
- SetChatTitleDataOn
- SetCustomEmojiStickerSetThumbnailDataOn
- SetGameScoreDataOn
- SetMyCommandsDataOn
- SetMydefaultAdministratorRightsDataOn
- SetMyDescriptionDataOn
- SetMyNameDataOn
- SetMyshortDescriptionDataOn
- SetPassportDataErrorsDataOn
- SetStickerEmojiListDataOn
- SetStickerKeywordsDataOn
- SetStickerMaskPositionDataOn
- SetStickerPositionInsetDataOn
- SetStickerSetThumbDataOn
- SetStickerSetThumbnailDataOn
- SetStickerSetTitleDataOn
- SetWebhookDataOn
- StopMessageLiveLocationDataOn
- StopPollDataOn
- UnbanChatMemberDataOn
- UnbanChatSenderChatDataOn
- UnHideGeneralForumTopicDataOn
- UnPinAllChatMessagesDataOn
- UnPinAllForumTopicMessagesDataOn
- UnPinAllGeneralForumTopicMessagesDataOn
- UnPinChatMessageDataOn
- UploadStickerFileDataOn
- ViewMessageDataOn
- ViewMessagesDataOn
Constructors
- TelegramClient.new({EventEmitter? eventEmitter, String event_invoke = "tg_client_invoke", String event_update = "tg_client_update", Directory? directory_temp})
- return original data json
Properties
- directory_temp ↔ Directory?
-
TelegramClientUncompleDocumentation
getter/setter pair
- event_emitter ↔ EventEmitter
-
TelegramClientUncompleDocumentation
latefinal
- event_invoke → String
-
TelegramClientUncompleDocumentation
final
- event_update → String
-
TelegramClientUncompleDocumentation
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tdlib ↔ Tdlib
-
TelegramClientUncompleDocumentation
latefinal
- telegramBotApi ↔ TelegramBotApi
-
TelegramClientUncompleDocumentation
latefinal
Methods
-
addStickerToSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the AddStickerToSetDataOn extension
method AddStickerToSet -
answerCallbackQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, bool? isUseCache = false, Duration? durationCacheExpire}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerCallbackQueryDataOn extension
method AnswerCallbackQuery -
answerCustomQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerCustomQueryDataOn extension
method AnswerCustomQuery -
answerInlineQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, bool? isUseCache = false, Duration? durationCacheExpire}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerInlineQueryDataOn extension
method AnswerInlineQuery -
answerPreCheckoutQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerPreCheckoutQueryDataOn extension
method AnswerPreCheckoutQuery -
answerShippingQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerShippingQueryDataOn extension
method AnswerShippingQuery -
answerWebAppQuery(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the AnswerWebAppQueryDataOn extension
method AnswerWebAppQuery -
approveChatJoinRequest(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ApproveChatJoinRequestDataOn extension
method ApproveChatJoinRequest -
autoSetData(
UpdateTelegramClient updateTelegramClient) → Future< void> - TelegramClientUncompleDocumentation
-
banChatMember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, bool? isUseCache = false, Duration? durationCacheExpire}) → FutureOr< Map> -
Available on TelegramClient, provided by the BanChatMemberDataOn extension
method BanChatMember -
banChatSenderChat(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, bool? isUseCache = false, Duration? durationCacheExpire}) → FutureOr< Map> -
Available on TelegramClient, provided by the BanChatSenderChatDataOn extension
method BanChatSenderChat -
callbackQuery_CallbackQuery(
{required Map callbackQuery, required TelegramClientData telegramClientData, bool is_skip_reply_message = false, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → Future< Map> -
Available on TelegramClient, provided by the CallbackQueryDataDataOn extension
http://0.0.0.0:8080/classtd_1_1td__api_1_1update_new_callback_query.html -
callbackQuery_toJson(
{required Map update, required TelegramClientData telegramClientData, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → FutureOr< Map?> -
Available on TelegramClient, provided by the CallbackQueryDataDataOn extension
method CallbackQueryData -
closeForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CloseForumTopicDataOn extension
method CloseForumTopic -
closeGeneralForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CloseGeneralForumTopicDataOn extension
method CloseGeneralForumTopic -
copyMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the CopyMessageDataOn extension
method CopyMessage -
createChatInviteLink(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CreateChatInviteLinkDataOn extension
method CreateChatInviteLink -
createForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CreateForumTopicDataOn extension
method CreateForumTopic -
createInvoiceLink(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CreateInvoiceLinkDataOn extension
method CreateInvoiceLink -
createNewStickerSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the CreateNewStickerSetDataOn extension
method CreateNewStickerSet -
declineChatJoinRequest(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeclineChatJoinRequestDataOn extension
method DeclineChatJoinRequest -
deleteChatPhoto(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteChatPhotoDataOn extension
method DeleteChatPhoto -
deleteChatStickerSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteChatStickerSetDataOn extension
method DeleteChatStickerSet -
deleteForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteForumTopicDataOn extension
method DeleteForumTopic -
deleteMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteMessageDataOn extension
method DeleteMessage -
deleteMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, bool? isUseCache = false, Duration? durationCacheExpire}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteMessagesDataOn extension
method DeleteMessages -
deleteMyCommands(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteMyCommandsDataOn extension
method DeleteMyCommands -
deleteStickerFromSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteStickerFromSetDataOn extension
method DeleteStickerFromSet -
deleteStickerSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteStickerSetDataOn extension
method DeleteStickerSet -
deleteWebhook(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the DeleteWebhookDataOn extension
method DeleteWebhook -
editChatInviteLink(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditChatInviteLinkDataOn extension
method EditChatInviteLink -
editForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditForumTopicDataOn extension
method EditForumTopic -
editGeneralForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditGeneralForumTopicDataOn extension
method EditGeneralForumTopic -
editMessageCaption(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditMessageCaptionDataOn extension
method EditMessageCaption -
editMessageLiveLocation(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditMessageLiveLocationDataOn extension
method EditMessageLiveLocation -
editMessageMedia(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditMessageMediaDataOn extension
method EditMessageMedia -
editMessageReplyMarkup(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditMessageReplyMarkupDataOn extension
method EditMessageReplyMarkup -
editMessageText(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the EditMessageTextDataOn extension
method EditMessageText -
ensureInitialized(
{String? pathTdlib, bool is_init_tdlib = true, bool is_init_telegram_bot_api = true, TelegramClientTdlibOption? telegramClientTdlibOption, TelegramClientTelegramBotApiOption? telegramClientTelegramBotApiOption}) → void - return original data json
-
entitiesToApi(
{required List oldEntities, required TelegramClientData telegramClientData, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → Future< List< Map> > -
Available on TelegramClient, provided by the MessageDataDataOn extension
TelegramClientUncompleDocumentation -
exportChatInviteLink(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ExportChatInviteLinkDataOn extension
method ExportChatInviteLink -
forwardMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the ForwardMessageDataOn extension
method ForwardMessage -
getChat(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatDataOn extension
TelegramClientUncompleDocumentation -
getChatAdministrators(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatAdministratorsDataOn extension
method GetChatAdministrators -
getChatMember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatMemberDataOn extension
method GetChatMember -
getChatMemberCount(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatMemberCountDataOn extension
method GetChatMemberCount -
getChatMembersCount(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatMembersCountDataOn extension
method GetChatMembersCount -
getChatMenuButton(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetChatMenuButtonDataOn extension
method GetChatMenuButton -
getCustomEmojiStickers(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetCustomEmojiStickersDataOn extension
method GetCustomEmojiStickers -
getFile(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetFileDataOn extension
method GetFile -
getForumTopicIconStickers(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetForumTopicIconStickersDataOn extension
method GetForumTopicIconStickers -
getGameHighScores(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetGameHighScoresDataOn extension
method GetGameHighScores -
getMe(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMeDataOn extension
method GetMe -
getMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMessageDataOn extension
method GetMessage -
getMyCommands(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMyCommandsDataOn extension
method GetMyCommands -
getMydefaultAdministratorRights(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMydefaultAdministratorRightsDataOn extension
method GetMydefaultAdministratorRights -
getMyDescription(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMyDescriptionDataOn extension
method GetMyDescription -
getMyName(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMyNameDataOn extension
method GetMyName -
getMyshortDescription(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetMyshortDescriptionDataOn extension
method GetMyshortDescription -
getStickerSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetStickerSetDataOn extension
method GetStickerSet -
getUpdates(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetUpdatesDataOn extension
method GetUpdates -
getUser(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetUserDataOn extension
TelegramClientUncompleDocumentation -
getUserProfilePhotos(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetUserProfilePhotosDataOn extension
method GetUserProfilePhotos -
getWebhookInfo(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the GetWebhookInfoDataOn extension
method GetWebhookInfo -
hideGeneralTorumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the HideGeneralTorumTopicDataOn extension
method HideGeneralTorumTopic -
inlineQuery_InlineQuery(
{required Map inlineQuery, required TelegramClientData telegramClientData, bool is_skip_reply_message = false, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → Future< Map> -
Available on TelegramClient, provided by the InlineQueryDataDataOn extension
http://0.0.0.0:8080/classtd_1_1td__api_1_1update_new_inline_query.html -
inlineQuery_toJson(
{required Map update, required TelegramClientData telegramClientData, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → FutureOr< Map?> -
Available on TelegramClient, provided by the InlineQueryDataDataOn extension
method InlineQueryData -
invoke(
{required Map parameters, required TelegramClientData telegramClientData, bool is_form = false, String? urlApi, String? clientType, void onUploadProgress(int bytes, int bytess)?, bool isVoid = false, bool? isUseCache, Duration? durationCacheExpire, Duration? delayDuration, Duration? invokeTimeOut, String? extra, bool? isAutoGetChat, bool isInvokeThrowOnError = true, bool isAutoExtendMessage = false, FutureOr< String> onGenerateExtraInvoke(int client_id, TdlibBase libTdJson)?, FutureOr<Map> onGetInvokeData(String, int client_id, TdlibBase libTdJson)?}) → FutureOr<Map> - return original data json
-
joinChat(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the JoinChatDataOn extension
method JoinChat -
kickChatMember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the KickChatMemberDataOn extension
method KickChatMember -
leaveChat(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the LeaveChatDataOn extension
method LeaveChat -
message_Message(
{required Map message, required TelegramClientData telegramClientData, bool is_skip_reply_message = false, bool is_in_thread = false, required bool is_lite, bool? isUseCache, Duration? durationCacheExpire}) → Future< Map> -
Available on TelegramClient, provided by the MessageDataDataOn extension
TelegramClientUncompleDocumentation -
message_toJson(
{required Map update, required TelegramClientData telegramClientData, required bool is_lite, required UpdataOptionTelegramClient updataOptionTelegramClient}) → FutureOr< Map?> -
Available on TelegramClient, provided by the MessageDataDataOn extension
method MessageData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
{required String event_name, required FutureOr onUpdate(UpdateTelegramClient updateTelegramClient), required FutureOr onError(Object error, StackTrace stackTrace)}) → EventEmitterListener - return original data json
-
pinChatMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the PinChatMessageDataOn extension
method PinChatMessage -
promoteChatmember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the PromoteChatmemberDataOn extension
method PromoteChatmember -
reOpenForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ReOpenForumTopicDataOn extension
method ReOpenForumTopic -
reOpenGeneralForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ReOpenGeneralForumTopicDataOn extension
method ReOpenGeneralForumTopic -
reportMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ReportMessageDataOn extension
method ReportMessage -
reportMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ReportMessagesDataOn extension
method ReportMessages -
request(
{required Map parameters, required TelegramClientData telegramClientData, bool is_return_as_api = true, bool is_form = false, String? urlApi, String? clientType, void onUploadProgress(int bytes, int bytess)?, bool isVoid = false, bool? isUseCache, Duration? durationCacheExpire, Duration? delayDuration, Duration? invokeTimeOut, String? extra, bool? isAutoGetChat, bool isInvokeThrowOnError = true, bool isAutoExtendMessage = false, FutureOr< String> onGenerateExtraInvoke(int client_id, TdlibBase libTdJson)?, FutureOr<Map> onGetInvokeData(String, int client_id, TdlibBase libTdJson)?}) → Future<Map> - return original data json
-
requestReturnAsApi(
{required Map result, required bool is_return_as_api}) → Map - TelegramClientUncompleDocumentation
-
restrictChatMember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the RestrictChatMemberDataOn extension
method RestrictChatMember -
revokeChatInviteLink(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the RevokeChatInviteLinkDataOn extension
method RevokeChatInviteLink -
sendAnimation(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendAnimationDataOn extension
method SendAnimation -
sendAudio(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendAudioDataOn extension
method SendAudio -
sendChatAction(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendChatActionDataOn extension
method SendChatAction -
sendChatScreenshotTakenNotification(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendChatScreenshotTakenNotificationDataOn extension
method SendChatScreenshotTakenNotification -
sendContact(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendContactDataOn extension
method SendContact -
sendCustomRequest(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendCustomRequestDataOn extension
method SendCustomRequest -
sendDice(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendDiceDataOn extension
method SendDice -
sendDocument(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendDocumentDataOn extension
method SendDocument -
sendGame(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendGameDataOn extension
method SendGame -
sendInvoice(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendInvoiceDataOn extension
method SendInvoice -
sendLocation(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendLocationDataOn extension
method SendLocation -
sendMediaGroup(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendMediaGroupDataOn extension
method SendMediaGroup -
sendMediaGroupRaw(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendMessageRawDataOn extension
TelegramClientUncompleDocumentation -
sendMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendMessageDataOn extension
method SendMessage -
sendMessageRaw(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendMessageRawDataOn extension
method SendMessageRaw -
sendPhoto(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendPhotoDataOn extension
method SendPhoto -
sendPoll(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendPollDataOn extension
method SendPoll -
sendSticker(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendStickerDataOn extension
method SendSticker -
sendVenue(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendVenueDataOn extension
method SendVenue -
sendVideo(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendVideoDataOn extension
method SendVideo -
sendVideoNote(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendVideoNoteDataOn extension
method SendVideoNote -
sendVoice(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke, required TelegramClientData telegramClientData}) → FutureOr< Map> -
Available on TelegramClient, provided by the SendVoiceDataOn extension
method SendVoice -
setChatAdministratorCustomTitle(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatAdministratorCustomTitleDataOn extension
method SetChatAdministratorCustomTitle -
setChatDescription(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatDescriptionDataOn extension
method SetChatDescription -
setChatMenuButton(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatMenuButtonDataOn extension
method SetChatMenuButton -
setChatPermissions(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatPermissionsDataOn extension
method SetChatPermissions -
setChatPhoto(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatPhotoDataOn extension
method SetChatPhoto -
setChatStickerSet(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatStickerSetDataOn extension
method SetChatStickerSet -
setChatTitle(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetChatTitleDataOn extension
method SetChatTitle -
setCustomEmojiStickerSetThumbnail(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetCustomEmojiStickerSetThumbnailDataOn extension
method SetCustomEmojiStickerSetThumbnail -
setGameScore(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetGameScoreDataOn extension
method SetGameScore -
setMyCommands(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetMyCommandsDataOn extension
method SetMyCommands -
setMydefaultAdministratorRights(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetMydefaultAdministratorRightsDataOn extension
method SetMydefaultAdministratorRights -
setMyDescription(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetMyDescriptionDataOn extension
method SetMyDescription -
setMyName(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetMyNameDataOn extension
method SetMyName -
setMyshortDescription(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetMyshortDescriptionDataOn extension
method SetMyshortDescription -
setPassportDataErrors(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetPassportDataErrorsDataOn extension
method SetPassportDataErrors -
setStickerEmojiList(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerEmojiListDataOn extension
method SetStickerEmojiList -
setStickerKeywords(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerKeywordsDataOn extension
method SetStickerKeywords -
setStickerMaskPosition(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerMaskPositionDataOn extension
method SetStickerMaskPosition -
setStickerPositionInset(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerPositionInsetDataOn extension
method SetStickerPositionInset -
setStickerSetThumb(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerSetThumbDataOn extension
method SetStickerSetThumb -
setStickerSetThumbnail(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerSetThumbnailDataOn extension
method SetStickerSetThumbnail -
setStickerSetTitle(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetStickerSetTitleDataOn extension
method SetStickerSetTitle -
setWebhook(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the SetWebhookDataOn extension
method SetWebhook -
stopMessageLiveLocation(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the StopMessageLiveLocationDataOn extension
method StopMessageLiveLocation -
stopPoll(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the StopPollDataOn extension
method StopPoll -
toString(
) → String -
A string representation of this object.
inherited
-
unbanChatMember(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnbanChatMemberDataOn extension
method UnbanChatMember -
unbanChatSenderChat(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnbanChatSenderChatDataOn extension
method UnbanChatSenderChat -
unHideGeneralForumTopic(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnHideGeneralForumTopicDataOn extension
method UnHideGeneralForumTopic -
unPinAllChatMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnPinAllChatMessagesDataOn extension
method UnPinAllChatMessages -
unPinAllForumTopicMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnPinAllForumTopicMessagesDataOn extension
method UnPinAllForumTopicMessages -
unPinAllGeneralForumTopicMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnPinAllGeneralForumTopicMessagesDataOn extension
method UnPinAllGeneralForumTopicMessages -
unPinChatMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UnPinChatMessageDataOn extension
method UnPinChatMessage -
uploadStickerFile(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the UploadStickerFileDataOn extension
method UploadStickerFile -
viewMessage(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ViewMessageDataOn extension
method ViewMessage -
viewMessages(
{required Map parameters, required TelegramClientCallApiInvoke callApiInvoke}) → FutureOr< Map> -
Available on TelegramClient, provided by the ViewMessagesDataOn extension
method ViewMessages
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited