Skip to main content

RemoteCall

Trait RemoteCall 

Source
pub trait RemoteCall: Serializable {
    type Return: Deserializable;
}
Expand description

Marks a function type that can be sent to Telegram as an RPC call.

Return is the type Telegram will respond with.

Required Associated Types§

Source

type Return: Deserializable

The deserialized response type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RemoteCall for AcceptAuthorization

Source§

impl RemoteCall for CancelPasswordEmail

Source§

impl RemoteCall for ChangeAuthorizationSettings

Source§

impl RemoteCall for ChangePhone

Source§

impl RemoteCall for layer_tl_types::functions::account::CheckUsername

Source§

impl RemoteCall for ClearRecentEmojiStatuses

Source§

impl RemoteCall for ConfirmPasswordEmail

Source§

impl RemoteCall for ConfirmPhone

Source§

impl RemoteCall for CreateTheme

Source§

impl RemoteCall for DeclinePasswordReset

Source§

impl RemoteCall for DeleteAccount

Source§

impl RemoteCall for DeleteAutoSaveExceptions

Source§

impl RemoteCall for DeletePasskey

Source§

impl RemoteCall for DeleteSecureValue

Source§

impl RemoteCall for DisablePeerConnectedBot

Source§

impl RemoteCall for FinishTakeoutSession

Source§

impl RemoteCall for GetAccountTtl

Source§

impl RemoteCall for GetAllSecureValues

Source§

impl RemoteCall for GetAuthorizationForm

Source§

impl RemoteCall for GetAuthorizations

Source§

impl RemoteCall for GetAutoDownloadSettings

Source§

impl RemoteCall for GetAutoSaveSettings

Source§

impl RemoteCall for GetBotBusinessConnection

Source§

impl RemoteCall for GetChannelDefaultEmojiStatuses

Source§

impl RemoteCall for GetChannelRestrictedStatusEmojis

Source§

impl RemoteCall for GetChatThemes

Source§

impl RemoteCall for GetCollectibleEmojiStatuses

Source§

impl RemoteCall for GetConnectedBots

Source§

impl RemoteCall for GetContactSignUpNotification

Source§

impl RemoteCall for GetContentSettings

Source§

impl RemoteCall for GetDefaultBackgroundEmojis

Source§

impl RemoteCall for GetDefaultEmojiStatuses

Source§

impl RemoteCall for GetDefaultGroupPhotoEmojis

Source§

impl RemoteCall for GetDefaultProfilePhotoEmojis

Source§

impl RemoteCall for GetGlobalPrivacySettings

Source§

impl RemoteCall for GetMultiWallPapers

Source§

impl RemoteCall for GetNotifyExceptions

Source§

impl RemoteCall for GetNotifySettings

Source§

impl RemoteCall for GetPaidMessagesRevenue

Source§

impl RemoteCall for GetPasskeys

Source§

impl RemoteCall for GetPassword

Source§

impl RemoteCall for GetPasswordSettings

Source§

impl RemoteCall for GetPrivacy

Source§

impl RemoteCall for GetReactionsNotifySettings

Source§

impl RemoteCall for GetRecentEmojiStatuses

Source§

impl RemoteCall for GetSavedMusicIds

Source§

impl RemoteCall for GetSavedRingtones

Source§

impl RemoteCall for GetSecureValue

Source§

impl RemoteCall for GetTheme

Source§

impl RemoteCall for GetThemes

Source§

impl RemoteCall for GetTmpPassword

Source§

impl RemoteCall for GetUniqueGiftChatThemes

Source§

impl RemoteCall for GetWallPaper

Source§

impl RemoteCall for GetWallPapers

Source§

impl RemoteCall for GetWebAuthorizations

Source§

impl RemoteCall for InitPasskeyRegistration

Source§

impl RemoteCall for InitTakeoutSession

Source§

impl RemoteCall for InstallTheme

Source§

impl RemoteCall for InstallWallPaper

Source§

impl RemoteCall for InvalidateSignInCodes

Source§

impl RemoteCall for RegisterDevice

Source§

impl RemoteCall for RegisterPasskey

Source§

impl RemoteCall for layer_tl_types::functions::account::ReorderUsernames

Source§

impl RemoteCall for ReportPeer

Source§

impl RemoteCall for ReportProfilePhoto

Source§

impl RemoteCall for ResendPasswordEmail

Source§

impl RemoteCall for ResetAuthorization

Source§

impl RemoteCall for ResetNotifySettings

Source§

impl RemoteCall for ResetPassword

Source§

impl RemoteCall for ResetWallPapers

Source§

impl RemoteCall for ResetWebAuthorization

Source§

impl RemoteCall for ResetWebAuthorizations

Source§

impl RemoteCall for SaveAutoDownloadSettings

Source§

impl RemoteCall for SaveAutoSaveSettings

Source§

impl RemoteCall for SaveMusic

Source§

impl RemoteCall for SaveRingtone

Source§

impl RemoteCall for SaveSecureValue

Source§

impl RemoteCall for SaveTheme

Source§

impl RemoteCall for SaveWallPaper

Source§

impl RemoteCall for SendChangePhoneCode

Source§

impl RemoteCall for SendConfirmPhoneCode

Source§

impl RemoteCall for SendVerifyEmailCode

Source§

impl RemoteCall for SendVerifyPhoneCode

Source§

impl RemoteCall for SetAccountTtl

Source§

impl RemoteCall for SetAuthorizationTtl

Source§

impl RemoteCall for SetContactSignUpNotification

Source§

impl RemoteCall for SetContentSettings

Source§

impl RemoteCall for SetGlobalPrivacySettings

Source§

impl RemoteCall for layer_tl_types::functions::account::SetMainProfileTab

Source§

impl RemoteCall for SetPrivacy

Source§

impl RemoteCall for SetReactionsNotifySettings

Source§

impl RemoteCall for ToggleConnectedBotPaused

Source§

impl RemoteCall for ToggleNoPaidMessagesException

Source§

impl RemoteCall for ToggleSponsoredMessages

Source§

impl RemoteCall for layer_tl_types::functions::account::ToggleUsername

Source§

impl RemoteCall for UnregisterDevice

Source§

impl RemoteCall for UpdateBirthday

Source§

impl RemoteCall for UpdateBusinessAwayMessage

Source§

impl RemoteCall for UpdateBusinessGreetingMessage

Source§

impl RemoteCall for UpdateBusinessIntro

Source§

impl RemoteCall for UpdateBusinessLocation

Source§

impl RemoteCall for UpdateBusinessWorkHours

Source§

impl RemoteCall for layer_tl_types::functions::account::UpdateColor

Source§

impl RemoteCall for UpdateConnectedBot

Source§

impl RemoteCall for UpdateDeviceLocked

Source§

impl RemoteCall for layer_tl_types::functions::account::UpdateEmojiStatus

Source§

impl RemoteCall for UpdateNotifySettings

Source§

impl RemoteCall for UpdatePasswordSettings

Source§

impl RemoteCall for UpdatePersonalChannel

Source§

impl RemoteCall for UpdateProfile

Source§

impl RemoteCall for UpdateStatus

Source§

impl RemoteCall for UpdateTheme

Source§

impl RemoteCall for layer_tl_types::functions::account::UpdateUsername

Source§

impl RemoteCall for UploadRingtone

Source§

impl RemoteCall for UploadTheme

Source§

impl RemoteCall for UploadWallPaper

Source§

impl RemoteCall for VerifyEmail

Source§

impl RemoteCall for VerifyPhone

Source§

impl RemoteCall for AcceptLoginToken

Source§

impl RemoteCall for BindTempAuthKey

Source§

impl RemoteCall for CancelCode

Source§

impl RemoteCall for CheckPaidAuth

Source§

impl RemoteCall for CheckPassword

Source§

impl RemoteCall for CheckRecoveryPassword

Source§

impl RemoteCall for DropTempAuthKeys

Source§

impl RemoteCall for ExportAuthorization

Source§

impl RemoteCall for ExportLoginToken

Source§

impl RemoteCall for FinishPasskeyLogin

Source§

impl RemoteCall for ImportAuthorization

Source§

impl RemoteCall for ImportBotAuthorization

Source§

impl RemoteCall for ImportLoginToken

Source§

impl RemoteCall for ImportWebTokenAuthorization

Source§

impl RemoteCall for InitPasskeyLogin

Source§

impl RemoteCall for LogOut

Source§

impl RemoteCall for RecoverPassword

Source§

impl RemoteCall for ReportMissingCode

Source§

impl RemoteCall for RequestFirebaseSms

Source§

impl RemoteCall for RequestPasswordRecovery

Source§

impl RemoteCall for ResendCode

Source§

impl RemoteCall for ResetAuthorizations

Source§

impl RemoteCall for ResetLoginEmail

Source§

impl RemoteCall for SendCode

Source§

impl RemoteCall for SignIn

Source§

impl RemoteCall for SignUp

Source§

impl RemoteCall for AddPreviewMedia

Source§

impl RemoteCall for AllowSendMessage

Source§

impl RemoteCall for AnswerWebhookJsonquery

Source§

impl RemoteCall for CanSendMessage

Source§

impl RemoteCall for CheckDownloadFileParams

Source§

impl RemoteCall for DeletePreviewMedia

Source§

impl RemoteCall for EditPreviewMedia

Source§

impl RemoteCall for GetAdminedBots

Source§

impl RemoteCall for GetBotCommands

Source§

impl RemoteCall for GetBotInfo

Source§

impl RemoteCall for GetBotMenuButton

Source§

impl RemoteCall for GetBotRecommendations

Source§

impl RemoteCall for GetPopularAppBots

Source§

impl RemoteCall for GetPreviewInfo

Source§

impl RemoteCall for GetPreviewMedias

Source§

impl RemoteCall for InvokeWebViewCustomMethod

Source§

impl RemoteCall for ReorderPreviewMedias

Source§

impl RemoteCall for layer_tl_types::functions::bots::ReorderUsernames

Source§

impl RemoteCall for ResetBotCommands

Source§

impl RemoteCall for SendCustomRequest

Source§

impl RemoteCall for SetBotBroadcastDefaultAdminRights

Source§

impl RemoteCall for SetBotCommands

Source§

impl RemoteCall for SetBotGroupDefaultAdminRights

Source§

impl RemoteCall for SetBotInfo

Source§

impl RemoteCall for SetBotMenuButton

Source§

impl RemoteCall for SetCustomVerification

Source§

impl RemoteCall for ToggleUserEmojiStatusPermission

Source§

impl RemoteCall for layer_tl_types::functions::bots::ToggleUsername

Source§

impl RemoteCall for UpdateStarRefProgram

Source§

impl RemoteCall for UpdateUserEmojiStatus

Source§

impl RemoteCall for CheckSearchPostsFlood

Source§

impl RemoteCall for layer_tl_types::functions::channels::CheckUsername

Source§

impl RemoteCall for ConvertToGigagroup

Source§

impl RemoteCall for CreateChannel

Source§

impl RemoteCall for DeactivateAllUsernames

Source§

impl RemoteCall for DeleteChannel

Source§

impl RemoteCall for layer_tl_types::functions::channels::DeleteHistory

Source§

impl RemoteCall for layer_tl_types::functions::channels::DeleteMessages

Source§

impl RemoteCall for DeleteParticipantHistory

Source§

impl RemoteCall for EditAdmin

Source§

impl RemoteCall for EditBanned

Source§

impl RemoteCall for EditCreator

Source§

impl RemoteCall for EditLocation

Source§

impl RemoteCall for EditPhoto

Source§

impl RemoteCall for EditTitle

Source§

impl RemoteCall for GetAdminLog

Source§

impl RemoteCall for GetAdminedPublicChannels

Source§

impl RemoteCall for GetChannelRecommendations

Source§

impl RemoteCall for GetChannels

Source§

impl RemoteCall for GetFullChannel

Source§

impl RemoteCall for GetFutureCreatorAfterLeave

Source§

impl RemoteCall for GetGroupsForDiscussion

Source§

impl RemoteCall for GetInactiveChannels

Source§

impl RemoteCall for GetLeftChannels

Source§

impl RemoteCall for GetMessageAuthor

Source§

impl RemoteCall for layer_tl_types::functions::channels::GetMessages

Source§

impl RemoteCall for GetParticipant

Source§

impl RemoteCall for GetParticipants

Source§

impl RemoteCall for GetSendAs

Source§

impl RemoteCall for InviteToChannel

Source§

impl RemoteCall for JoinChannel

Source§

impl RemoteCall for LeaveChannel

Source§

impl RemoteCall for layer_tl_types::functions::channels::ReadHistory

Source§

impl RemoteCall for layer_tl_types::functions::channels::ReadMessageContents

Source§

impl RemoteCall for layer_tl_types::functions::channels::ReorderUsernames

Source§

impl RemoteCall for ReportAntiSpamFalsePositive

Source§

impl RemoteCall for layer_tl_types::functions::channels::ReportSpam

Source§

impl RemoteCall for RestrictSponsoredMessages

Source§

impl RemoteCall for layer_tl_types::functions::channels::SearchPosts

Source§

impl RemoteCall for SetBoostsToUnblockRestrictions

Source§

impl RemoteCall for SetDiscussionGroup

Source§

impl RemoteCall for SetEmojiStickers

Source§

impl RemoteCall for layer_tl_types::functions::channels::SetMainProfileTab

Source§

impl RemoteCall for SetStickers

Source§

impl RemoteCall for ToggleAntiSpam

Source§

impl RemoteCall for ToggleAutotranslation

Source§

impl RemoteCall for ToggleForum

Source§

impl RemoteCall for ToggleJoinRequest

Source§

impl RemoteCall for ToggleJoinToSend

Source§

impl RemoteCall for ToggleParticipantsHidden

Source§

impl RemoteCall for TogglePreHistoryHidden

Source§

impl RemoteCall for ToggleSignatures

Source§

impl RemoteCall for ToggleSlowMode

Source§

impl RemoteCall for layer_tl_types::functions::channels::ToggleUsername

Source§

impl RemoteCall for ToggleViewForumAsMessages

Source§

impl RemoteCall for layer_tl_types::functions::channels::UpdateColor

Source§

impl RemoteCall for layer_tl_types::functions::channels::UpdateEmojiStatus

Source§

impl RemoteCall for UpdatePaidMessagesPrice

Source§

impl RemoteCall for layer_tl_types::functions::channels::UpdateUsername

Source§

impl RemoteCall for CheckChatlistInvite

Source§

impl RemoteCall for DeleteExportedInvite

Source§

impl RemoteCall for EditExportedInvite

Source§

impl RemoteCall for ExportChatlistInvite

Source§

impl RemoteCall for GetChatlistUpdates

Source§

impl RemoteCall for GetExportedInvites

Source§

impl RemoteCall for GetLeaveChatlistSuggestions

Source§

impl RemoteCall for HideChatlistUpdates

Source§

impl RemoteCall for JoinChatlistInvite

Source§

impl RemoteCall for JoinChatlistUpdates

Source§

impl RemoteCall for LeaveChatlist

Source§

impl RemoteCall for AcceptContact

Source§

impl RemoteCall for AddContact

Source§

impl RemoteCall for Block

Source§

impl RemoteCall for BlockFromReplies

Source§

impl RemoteCall for DeleteByPhones

Source§

impl RemoteCall for DeleteContacts

Source§

impl RemoteCall for EditCloseFriends

Source§

impl RemoteCall for ExportContactToken

Source§

impl RemoteCall for GetBirthdays

Source§

impl RemoteCall for GetBlocked

Source§

impl RemoteCall for GetContactIds

Source§

impl RemoteCall for GetContacts

Source§

impl RemoteCall for GetLocated

Source§

impl RemoteCall for GetSaved

Source§

impl RemoteCall for GetSponsoredPeers

Source§

impl RemoteCall for GetStatuses

Source§

impl RemoteCall for GetTopPeers

Source§

impl RemoteCall for ImportContactToken

Source§

impl RemoteCall for ImportContacts

Source§

impl RemoteCall for ResetSaved

Source§

impl RemoteCall for ResetTopPeerRating

Source§

impl RemoteCall for ResolvePhone

Source§

impl RemoteCall for ResolveUsername

Source§

impl RemoteCall for SetBlocked

Source§

impl RemoteCall for ToggleTopPeers

Source§

impl RemoteCall for Unblock

Source§

impl RemoteCall for UpdateContactNote

Source§

impl RemoteCall for EditPeerFolders

Source§

impl RemoteCall for GetCollectibleInfo

Source§

impl RemoteCall for AcceptTermsOfService

Source§

impl RemoteCall for DismissSuggestion

Source§

impl RemoteCall for EditUserInfo

Source§

impl RemoteCall for GetAppConfig

Source§

impl RemoteCall for GetAppUpdate

Source§

impl RemoteCall for GetCdnConfig

Source§

impl RemoteCall for GetConfig

Source§

impl RemoteCall for GetCountriesList

Source§

impl RemoteCall for GetDeepLinkInfo

Source§

impl RemoteCall for GetInviteText

Source§

impl RemoteCall for GetNearestDc

Source§

impl RemoteCall for GetPassportConfig

Source§

impl RemoteCall for GetPeerColors

Source§

impl RemoteCall for GetPeerProfileColors

Source§

impl RemoteCall for GetPremiumPromo

Source§

impl RemoteCall for GetPromoData

Source§

impl RemoteCall for GetRecentMeUrls

Source§

impl RemoteCall for GetSupport

Source§

impl RemoteCall for GetSupportName

Source§

impl RemoteCall for GetTermsOfServiceUpdate

Source§

impl RemoteCall for GetTimezonesList

Source§

impl RemoteCall for GetUserInfo

Source§

impl RemoteCall for HidePromoData

Source§

impl RemoteCall for SaveAppLog

Source§

impl RemoteCall for SetBotUpdatesStatus

Source§

impl RemoteCall for layer_tl_types::functions::langpack::GetDifference

Source§

impl RemoteCall for GetLangPack

Source§

impl RemoteCall for GetLanguage

Source§

impl RemoteCall for GetLanguages

Source§

impl RemoteCall for GetStrings

Source§

impl RemoteCall for AcceptEncryption

Source§

impl RemoteCall for AcceptUrlAuth

Source§

impl RemoteCall for AddChatUser

Source§

impl RemoteCall for AppendTodoList

Source§

impl RemoteCall for CheckChatInvite

Source§

impl RemoteCall for CheckHistoryImport

Source§

impl RemoteCall for CheckHistoryImportPeer

Source§

impl RemoteCall for CheckQuickReplyShortcut

Source§

impl RemoteCall for ClearAllDrafts

Source§

impl RemoteCall for ClearRecentReactions

Source§

impl RemoteCall for ClearRecentStickers

Source§

impl RemoteCall for ClickSponsoredMessage

Source§

impl RemoteCall for CreateChat

Source§

impl RemoteCall for CreateForumTopic

Source§

impl RemoteCall for DeleteChat

Source§

impl RemoteCall for DeleteChatUser

Source§

impl RemoteCall for DeleteExportedChatInvite

Source§

impl RemoteCall for DeleteFactCheck

Source§

impl RemoteCall for layer_tl_types::functions::messages::DeleteHistory

Source§

impl RemoteCall for layer_tl_types::functions::messages::DeleteMessages

Source§

impl RemoteCall for DeletePhoneCallHistory

Source§

impl RemoteCall for DeleteQuickReplyMessages

Source§

impl RemoteCall for DeleteQuickReplyShortcut

Source§

impl RemoteCall for DeleteRevokedExportedChatInvites

Source§

impl RemoteCall for DeleteSavedHistory

Source§

impl RemoteCall for DeleteScheduledMessages

Source§

impl RemoteCall for DeleteTopicHistory

Source§

impl RemoteCall for DiscardEncryption

Source§

impl RemoteCall for EditChatAbout

Source§

impl RemoteCall for EditChatAdmin

Source§

impl RemoteCall for EditChatDefaultBannedRights

Source§

impl RemoteCall for EditChatPhoto

Source§

impl RemoteCall for EditChatTitle

Source§

impl RemoteCall for EditExportedChatInvite

Source§

impl RemoteCall for EditFactCheck

Source§

impl RemoteCall for EditForumTopic

Source§

impl RemoteCall for EditInlineBotMessage

Source§

impl RemoteCall for EditMessage

Source§

impl RemoteCall for EditQuickReplyShortcut

Source§

impl RemoteCall for ExportChatInvite

Source§

impl RemoteCall for FaveSticker

Source§

impl RemoteCall for ForwardMessages

Source§

impl RemoteCall for GetAdminsWithInvites

Source§

impl RemoteCall for GetAllDrafts

Source§

impl RemoteCall for GetAllStickers

Source§

impl RemoteCall for GetArchivedStickers

Source§

impl RemoteCall for GetAttachMenuBot

Source§

impl RemoteCall for GetAttachMenuBots

Source§

impl RemoteCall for GetAttachedStickers

Source§

impl RemoteCall for GetAvailableEffects

Source§

impl RemoteCall for GetAvailableReactions

Source§

impl RemoteCall for GetBotApp

Source§

impl RemoteCall for GetBotCallbackAnswer

Source§

impl RemoteCall for GetChatInviteImporters

Source§

impl RemoteCall for GetChats

Source§

impl RemoteCall for GetCommonChats

Source§

impl RemoteCall for GetCustomEmojiDocuments

Source§

impl RemoteCall for GetDefaultHistoryTtl

Source§

impl RemoteCall for GetDefaultTagReactions

Source§

impl RemoteCall for GetDhConfig

Source§

impl RemoteCall for GetDialogFilters

Source§

impl RemoteCall for GetDialogUnreadMarks

Source§

impl RemoteCall for GetDialogs

Source§

impl RemoteCall for GetDiscussionMessage

Source§

impl RemoteCall for GetDocumentByHash

Source§

impl RemoteCall for GetEmojiGameInfo

Source§

impl RemoteCall for GetEmojiGroups

Source§

impl RemoteCall for GetEmojiKeywords

Source§

impl RemoteCall for GetEmojiKeywordsDifference

Source§

impl RemoteCall for GetEmojiKeywordsLanguages

Source§

impl RemoteCall for GetEmojiProfilePhotoGroups

Source§

impl RemoteCall for GetEmojiStatusGroups

Source§

impl RemoteCall for GetEmojiStickerGroups

Source§

impl RemoteCall for GetEmojiStickers

Source§

impl RemoteCall for GetEmojiUrl

Source§

impl RemoteCall for GetExportedChatInvite

Source§

impl RemoteCall for GetExportedChatInvites

Source§

impl RemoteCall for GetExtendedMedia

Source§

impl RemoteCall for GetFactCheck

Source§

impl RemoteCall for GetFavedStickers

Source§

impl RemoteCall for GetFeaturedEmojiStickers

Source§

impl RemoteCall for GetFeaturedStickers

Source§

impl RemoteCall for GetForumTopics

Source§

impl RemoteCall for GetForumTopicsById

Source§

impl RemoteCall for GetFullChat

Source§

impl RemoteCall for GetGameHighScores

Source§

impl RemoteCall for GetHistory

Source§

impl RemoteCall for GetInlineBotResults

Source§

impl RemoteCall for GetInlineGameHighScores

Source§

impl RemoteCall for GetMaskStickers

Source§

impl RemoteCall for GetMessageEditData

Source§

impl RemoteCall for GetMessageReactionsList

Source§

impl RemoteCall for GetMessageReadParticipants

Source§

impl RemoteCall for layer_tl_types::functions::messages::GetMessages

Source§

impl RemoteCall for GetMessagesReactions

Source§

impl RemoteCall for GetMessagesViews

Source§

impl RemoteCall for GetMyStickers

Source§

impl RemoteCall for GetOldFeaturedStickers

Source§

impl RemoteCall for GetOnlines

Source§

impl RemoteCall for GetOutboxReadDate

Source§

impl RemoteCall for GetPaidReactionPrivacy

Source§

impl RemoteCall for GetPeerDialogs

Source§

impl RemoteCall for GetPeerSettings

Source§

impl RemoteCall for GetPinnedDialogs

Source§

impl RemoteCall for GetPinnedSavedDialogs

Source§

impl RemoteCall for GetPollResults

Source§

impl RemoteCall for GetPollVotes

Source§

impl RemoteCall for GetPreparedInlineMessage

Source§

impl RemoteCall for GetQuickReplies

Source§

impl RemoteCall for GetQuickReplyMessages

Source§

impl RemoteCall for GetRecentLocations

Source§

impl RemoteCall for GetRecentReactions

Source§

impl RemoteCall for GetRecentStickers

Source§

impl RemoteCall for GetReplies

Source§

impl RemoteCall for GetSavedDialogs

Source§

impl RemoteCall for GetSavedDialogsById

Source§

impl RemoteCall for GetSavedGifs

Source§

impl RemoteCall for GetSavedHistory

Source§

impl RemoteCall for GetSavedReactionTags

Source§

impl RemoteCall for GetScheduledHistory

Source§

impl RemoteCall for GetScheduledMessages

Source§

impl RemoteCall for GetSearchCounters

Source§

impl RemoteCall for GetSearchResultsCalendar

Source§

impl RemoteCall for GetSearchResultsPositions

Source§

impl RemoteCall for GetSplitRanges

Source§

impl RemoteCall for GetSponsoredMessages

Source§

impl RemoteCall for GetStickerSet

Source§

impl RemoteCall for GetStickers

Source§

impl RemoteCall for GetSuggestedDialogFilters

Source§

impl RemoteCall for GetTopReactions

Source§

impl RemoteCall for GetUnreadMentions

Source§

impl RemoteCall for GetUnreadReactions

Source§

impl RemoteCall for GetWebPage

Source§

impl RemoteCall for GetWebPagePreview

Source§

impl RemoteCall for HideAllChatJoinRequests

Source§

impl RemoteCall for HideChatJoinRequest

Source§

impl RemoteCall for HidePeerSettingsBar

Source§

impl RemoteCall for ImportChatInvite

Source§

impl RemoteCall for InitHistoryImport

Source§

impl RemoteCall for InstallStickerSet

Source§

impl RemoteCall for MarkDialogUnread

Source§

impl RemoteCall for MigrateChat

Source§

impl RemoteCall for ProlongWebView

Source§

impl RemoteCall for RateTranscribedAudio

Source§

impl RemoteCall for ReadDiscussion

Source§

impl RemoteCall for ReadEncryptedHistory

Source§

impl RemoteCall for ReadFeaturedStickers

Source§

impl RemoteCall for layer_tl_types::functions::messages::ReadHistory

Source§

impl RemoteCall for ReadMentions

Source§

impl RemoteCall for layer_tl_types::functions::messages::ReadMessageContents

Source§

impl RemoteCall for ReadReactions

Source§

impl RemoteCall for ReadSavedHistory

Source§

impl RemoteCall for ReceivedMessages

Source§

impl RemoteCall for ReceivedQueue

Source§

impl RemoteCall for ReorderPinnedDialogs

Source§

impl RemoteCall for ReorderPinnedForumTopics

Source§

impl RemoteCall for ReorderPinnedSavedDialogs

Source§

impl RemoteCall for ReorderQuickReplies

Source§

impl RemoteCall for ReorderStickerSets

Source§

impl RemoteCall for layer_tl_types::functions::messages::Report

Source§

impl RemoteCall for ReportEncryptedSpam

Source§

impl RemoteCall for ReportMessagesDelivery

Source§

impl RemoteCall for ReportReaction

Source§

impl RemoteCall for layer_tl_types::functions::messages::ReportSpam

Source§

impl RemoteCall for ReportSponsoredMessage

Source§

impl RemoteCall for RequestAppWebView

Source§

impl RemoteCall for RequestEncryption

Source§

impl RemoteCall for RequestMainWebView

Source§

impl RemoteCall for RequestSimpleWebView

Source§

impl RemoteCall for RequestUrlAuth

Source§

impl RemoteCall for RequestWebView

Source§

impl RemoteCall for layer_tl_types::functions::messages::SaveDefaultSendAs

Source§

impl RemoteCall for SaveDraft

Source§

impl RemoteCall for SaveGif

Source§

impl RemoteCall for SavePreparedInlineMessage

Source§

impl RemoteCall for SaveRecentSticker

Source§

impl RemoteCall for layer_tl_types::functions::messages::Search

Source§

impl RemoteCall for SearchCustomEmoji

Source§

impl RemoteCall for SearchEmojiStickerSets

Source§

impl RemoteCall for SearchGlobal

Source§

impl RemoteCall for SearchSentMedia

Source§

impl RemoteCall for SearchStickerSets

Source§

impl RemoteCall for SearchStickers

Source§

impl RemoteCall for SendBotRequestedPeer

Source§

impl RemoteCall for SendEncrypted

Source§

impl RemoteCall for SendEncryptedFile

Source§

impl RemoteCall for SendEncryptedService

Source§

impl RemoteCall for SendInlineBotResult

Source§

impl RemoteCall for SendMedia

Source§

impl RemoteCall for SendMessage

Source§

impl RemoteCall for SendMultiMedia

Source§

impl RemoteCall for SendPaidReaction

Source§

impl RemoteCall for SendQuickReplyMessages

Source§

impl RemoteCall for layer_tl_types::functions::messages::SendReaction

Source§

impl RemoteCall for SendScheduledMessages

Source§

impl RemoteCall for SendScreenshotNotification

Source§

impl RemoteCall for SendVote

Source§

impl RemoteCall for SendWebViewData

Source§

impl RemoteCall for SendWebViewResultMessage

Source§

impl RemoteCall for SetBotCallbackAnswer

Source§

impl RemoteCall for SetBotPrecheckoutResults

Source§

impl RemoteCall for SetBotShippingResults

Source§

impl RemoteCall for SetChatAvailableReactions

Source§

impl RemoteCall for SetChatTheme

Source§

impl RemoteCall for SetChatWallPaper

Source§

impl RemoteCall for SetDefaultHistoryTtl

Source§

impl RemoteCall for SetDefaultReaction

Source§

impl RemoteCall for SetEncryptedTyping

Source§

impl RemoteCall for SetGameScore

Source§

impl RemoteCall for SetHistoryTtl

Source§

impl RemoteCall for SetInlineBotResults

Source§

impl RemoteCall for SetInlineGameScore

Source§

impl RemoteCall for SetTyping

Source§

impl RemoteCall for StartBot

Source§

impl RemoteCall for StartHistoryImport

Source§

impl RemoteCall for SummarizeText

Source§

impl RemoteCall for ToggleBotInAttachMenu

Source§

impl RemoteCall for ToggleDialogFilterTags

Source§

impl RemoteCall for ToggleDialogPin

Source§

impl RemoteCall for ToggleNoForwards

Source§

impl RemoteCall for TogglePaidReactionPrivacy

Source§

impl RemoteCall for TogglePeerTranslations

Source§

impl RemoteCall for ToggleSavedDialogPin

Source§

impl RemoteCall for ToggleStickerSets

Source§

impl RemoteCall for ToggleSuggestedPostApproval

Source§

impl RemoteCall for ToggleTodoCompleted

Source§

impl RemoteCall for TranscribeAudio

Source§

impl RemoteCall for TranslateText

Source§

impl RemoteCall for UninstallStickerSet

Source§

impl RemoteCall for UnpinAllMessages

Source§

impl RemoteCall for UpdateDialogFilter

Source§

impl RemoteCall for UpdateDialogFiltersOrder

Source§

impl RemoteCall for UpdatePinnedForumTopic

Source§

impl RemoteCall for UpdatePinnedMessage

Source§

impl RemoteCall for UpdateSavedReactionTag

Source§

impl RemoteCall for UploadEncryptedFile

Source§

impl RemoteCall for UploadImportedMedia

Source§

impl RemoteCall for UploadMedia

Source§

impl RemoteCall for ViewSponsoredMessage

Source§

impl RemoteCall for ApplyGiftCode

Source§

impl RemoteCall for AssignAppStoreTransaction

Source§

impl RemoteCall for AssignPlayMarketTransaction

Source§

impl RemoteCall for BotCancelStarsSubscription

Source§

impl RemoteCall for CanPurchaseStore

Source§

impl RemoteCall for ChangeStarsSubscription

Source§

impl RemoteCall for CheckCanSendGift

Source§

impl RemoteCall for CheckGiftCode

Source§

impl RemoteCall for ClearSavedInfo

Source§

impl RemoteCall for ConnectStarRefBot

Source§

impl RemoteCall for ConvertStarGift

Source§

impl RemoteCall for CraftStarGift

Source§

impl RemoteCall for CreateStarGiftCollection

Source§

impl RemoteCall for DeleteStarGiftCollection

Source§

impl RemoteCall for EditConnectedStarRefBot

Source§

impl RemoteCall for ExportInvoice

Source§

impl RemoteCall for FulfillStarsSubscription

Source§

impl RemoteCall for GetBankCardData

Source§

impl RemoteCall for GetConnectedStarRefBot

Source§

impl RemoteCall for GetConnectedStarRefBots

Source§

impl RemoteCall for GetCraftStarGifts

Source§

impl RemoteCall for GetGiveawayInfo

Source§

impl RemoteCall for GetPaymentForm

Source§

impl RemoteCall for GetPaymentReceipt

Source§

impl RemoteCall for GetPremiumGiftCodeOptions

Source§

impl RemoteCall for GetResaleStarGifts

Source§

impl RemoteCall for GetSavedInfo

Source§

impl RemoteCall for GetSavedStarGift

Source§

impl RemoteCall for GetSavedStarGifts

Source§

impl RemoteCall for GetStarGiftActiveAuctions

Source§

impl RemoteCall for GetStarGiftAuctionAcquiredGifts

Source§

impl RemoteCall for GetStarGiftAuctionState

Source§

impl RemoteCall for GetStarGiftCollections

Source§

impl RemoteCall for GetStarGiftUpgradeAttributes

Source§

impl RemoteCall for GetStarGiftUpgradePreview

Source§

impl RemoteCall for GetStarGiftWithdrawalUrl

Source§

impl RemoteCall for GetStarGifts

Source§

impl RemoteCall for GetStarsGiftOptions

Source§

impl RemoteCall for GetStarsGiveawayOptions

Source§

impl RemoteCall for GetStarsRevenueAdsAccountUrl

Source§

impl RemoteCall for GetStarsRevenueStats

Source§

impl RemoteCall for GetStarsRevenueWithdrawalUrl

Source§

impl RemoteCall for GetStarsStatus

Source§

impl RemoteCall for GetStarsSubscriptions

Source§

impl RemoteCall for GetStarsTopupOptions

Source§

impl RemoteCall for GetStarsTransactions

Source§

impl RemoteCall for GetStarsTransactionsById

Source§

impl RemoteCall for GetSuggestedStarRefBots

Source§

impl RemoteCall for GetUniqueStarGift

Source§

impl RemoteCall for GetUniqueStarGiftValueInfo

Source§

impl RemoteCall for LaunchPrepaidGiveaway

Source§

impl RemoteCall for RefundStarsCharge

Source§

impl RemoteCall for ReorderStarGiftCollections

Source§

impl RemoteCall for ResolveStarGiftOffer

Source§

impl RemoteCall for SaveStarGift

Source§

impl RemoteCall for SendPaymentForm

Source§

impl RemoteCall for SendStarGiftOffer

Source§

impl RemoteCall for SendStarsForm

Source§

impl RemoteCall for ToggleChatStarGiftNotifications

Source§

impl RemoteCall for ToggleStarGiftsPinnedToTop

Source§

impl RemoteCall for TransferStarGift

Source§

impl RemoteCall for UpdateStarGiftCollection

Source§

impl RemoteCall for UpdateStarGiftPrice

Source§

impl RemoteCall for UpgradeStarGift

Source§

impl RemoteCall for ValidateRequestedInfo

Source§

impl RemoteCall for AcceptCall

Source§

impl RemoteCall for CheckGroupCall

Source§

impl RemoteCall for ConfirmCall

Source§

impl RemoteCall for CreateConferenceCall

Source§

impl RemoteCall for CreateGroupCall

Source§

impl RemoteCall for DeclineConferenceCallInvite

Source§

impl RemoteCall for DeleteConferenceCallParticipants

Source§

impl RemoteCall for DeleteGroupCallMessages

Source§

impl RemoteCall for DeleteGroupCallParticipantMessages

Source§

impl RemoteCall for DiscardCall

Source§

impl RemoteCall for DiscardGroupCall

Source§

impl RemoteCall for EditGroupCallParticipant

Source§

impl RemoteCall for EditGroupCallTitle

Source§

impl RemoteCall for ExportGroupCallInvite

Source§

impl RemoteCall for GetCallConfig

Source§

impl RemoteCall for GetGroupCall

Source§

impl RemoteCall for GetGroupCallChainBlocks

Source§

impl RemoteCall for GetGroupCallJoinAs

Source§

impl RemoteCall for GetGroupCallStars

Source§

impl RemoteCall for GetGroupCallStreamChannels

Source§

impl RemoteCall for GetGroupCallStreamRtmpUrl

Source§

impl RemoteCall for GetGroupParticipants

Source§

impl RemoteCall for InviteConferenceCallParticipant

Source§

impl RemoteCall for InviteToGroupCall

Source§

impl RemoteCall for JoinGroupCall

Source§

impl RemoteCall for JoinGroupCallPresentation

Source§

impl RemoteCall for LeaveGroupCall

Source§

impl RemoteCall for LeaveGroupCallPresentation

Source§

impl RemoteCall for ReceivedCall

Source§

impl RemoteCall for RequestCall

Source§

impl RemoteCall for SaveCallDebug

Source§

impl RemoteCall for SaveCallLog

Source§

impl RemoteCall for SaveDefaultGroupCallJoinAs

Source§

impl RemoteCall for layer_tl_types::functions::phone::SaveDefaultSendAs

Source§

impl RemoteCall for SendConferenceCallBroadcast

Source§

impl RemoteCall for SendGroupCallEncryptedMessage

Source§

impl RemoteCall for SendGroupCallMessage

Source§

impl RemoteCall for SendSignalingData

Source§

impl RemoteCall for SetCallRating

Source§

impl RemoteCall for StartScheduledGroupCall

Source§

impl RemoteCall for ToggleGroupCallRecord

Source§

impl RemoteCall for ToggleGroupCallSettings

Source§

impl RemoteCall for ToggleGroupCallStartSubscription

Source§

impl RemoteCall for DeletePhotos

Source§

impl RemoteCall for GetUserPhotos

Source§

impl RemoteCall for UpdateProfilePhoto

Source§

impl RemoteCall for UploadContactProfilePhoto

Source§

impl RemoteCall for UploadProfilePhoto

Source§

impl RemoteCall for ApplyBoost

Source§

impl RemoteCall for GetBoostsList

Source§

impl RemoteCall for GetBoostsStatus

Source§

impl RemoteCall for GetMyBoosts

Source§

impl RemoteCall for GetUserBoosts

Source§

impl RemoteCall for FinishJob

Source§

impl RemoteCall for GetSmsJob

Source§

impl RemoteCall for GetStatus

Source§

impl RemoteCall for IsEligibleToJoin

Source§

impl RemoteCall for Join

Source§

impl RemoteCall for Leave

Source§

impl RemoteCall for UpdateSettings

Source§

impl RemoteCall for GetBroadcastStats

Source§

impl RemoteCall for GetMegagroupStats

Source§

impl RemoteCall for GetMessagePublicForwards

Source§

impl RemoteCall for GetMessageStats

Source§

impl RemoteCall for GetStoryPublicForwards

Source§

impl RemoteCall for GetStoryStats

Source§

impl RemoteCall for LoadAsyncGraph

Source§

impl RemoteCall for AddStickerToSet

Source§

impl RemoteCall for ChangeSticker

Source§

impl RemoteCall for ChangeStickerPosition

Source§

impl RemoteCall for CheckShortName

Source§

impl RemoteCall for CreateStickerSet

Source§

impl RemoteCall for DeleteStickerSet

Source§

impl RemoteCall for RemoveStickerFromSet

Source§

impl RemoteCall for RenameStickerSet

Source§

impl RemoteCall for ReplaceSticker

Source§

impl RemoteCall for SetStickerSetThumb

Source§

impl RemoteCall for SuggestShortName

Source§

impl RemoteCall for ActivateStealthMode

Source§

impl RemoteCall for CanSendStory

Source§

impl RemoteCall for CreateAlbum

Source§

impl RemoteCall for DeleteAlbum

Source§

impl RemoteCall for DeleteStories

Source§

impl RemoteCall for EditStory

Source§

impl RemoteCall for GetAlbumStories

Source§

impl RemoteCall for GetAlbums

Source§

impl RemoteCall for GetAllReadPeerStories

Source§

impl RemoteCall for GetAllStories

Source§

impl RemoteCall for GetChatsToSend

Source§

impl RemoteCall for GetPeerMaxIds

Source§

impl RemoteCall for GetPeerStories

Source§

impl RemoteCall for GetPinnedStories

Source§

impl RemoteCall for GetStoriesArchive

Source§

impl RemoteCall for GetStoriesById

Source§

impl RemoteCall for GetStoriesViews

Source§

impl RemoteCall for GetStoryReactionsList

Source§

impl RemoteCall for GetStoryViewsList

Source§

impl RemoteCall for IncrementStoryViews

Source§

impl RemoteCall for ReadStories

Source§

impl RemoteCall for ReorderAlbums

Source§

impl RemoteCall for layer_tl_types::functions::stories::Report

Source§

impl RemoteCall for layer_tl_types::functions::stories::SearchPosts

Source§

impl RemoteCall for layer_tl_types::functions::stories::SendReaction

Source§

impl RemoteCall for SendStory

Source§

impl RemoteCall for StartLive

Source§

impl RemoteCall for ToggleAllStoriesHidden

Source§

impl RemoteCall for TogglePeerStoriesHidden

Source§

impl RemoteCall for TogglePinned

Source§

impl RemoteCall for TogglePinnedToTop

Source§

impl RemoteCall for UpdateAlbum

Source§

impl RemoteCall for GetChannelDifference

Source§

impl RemoteCall for layer_tl_types::functions::updates::GetDifference

Source§

impl RemoteCall for GetState

Source§

impl RemoteCall for GetCdnFile

Source§

impl RemoteCall for GetCdnFileHashes

Source§

impl RemoteCall for GetFile

Source§

impl RemoteCall for GetFileHashes

Source§

impl RemoteCall for GetWebFile

Source§

impl RemoteCall for ReuploadCdnFile

Source§

impl RemoteCall for SaveBigFilePart

Source§

impl RemoteCall for SaveFilePart

Source§

impl RemoteCall for GetFullUser

Source§

impl RemoteCall for GetRequirementsToContact

Source§

impl RemoteCall for GetSavedMusic

Source§

impl RemoteCall for GetSavedMusicById

Source§

impl RemoteCall for GetUsers

Source§

impl RemoteCall for SetSecureValueErrors

Source§

impl RemoteCall for SuggestBirthday

Source§

impl<X: Serializable + Deserializable> RemoteCall for InitConnection<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeAfterMsg<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeAfterMsgs<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithApnsSecret<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithBusinessConnection<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithGooglePlayIntegrity<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithLayer<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithMessagesRange<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithReCaptcha<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithTakeout<X>

Source§

impl<X: Serializable + Deserializable> RemoteCall for InvokeWithoutUpdates<X>