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

Structures implementing this trait indicate that they are suitable for use to perform Remote Procedure Calls (RPC), and know what the type of the response will be.

Required Associated Types§

source

type Return: Deserializable

The type of the “return” value coming from the other end of the connection.

Implementors§

source§

impl RemoteCall for AcceptAuthorization

§

type Return = bool

source§

impl RemoteCall for CancelPasswordEmail

§

type Return = bool

source§

impl RemoteCall for ChangeAuthorizationSettings

§

type Return = bool

source§

impl RemoteCall for ChangePhone

§

type Return = User

source§

impl RemoteCall for grammers_tl_types::functions::account::CheckUsername

§

type Return = bool

source§

impl RemoteCall for ClearRecentEmojiStatuses

§

type Return = bool

source§

impl RemoteCall for ConfirmPasswordEmail

§

type Return = bool

source§

impl RemoteCall for ConfirmPhone

§

type Return = bool

source§

impl RemoteCall for CreateTheme

source§

impl RemoteCall for DeclinePasswordReset

§

type Return = bool

source§

impl RemoteCall for DeleteAccount

§

type Return = bool

source§

impl RemoteCall for DeleteAutoSaveExceptions

§

type Return = bool

source§

impl RemoteCall for DeleteSecureValue

§

type Return = bool

source§

impl RemoteCall for FinishTakeoutSession

§

type Return = bool

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 GetChatThemes

source§

impl RemoteCall for GetContactSignUpNotification

§

type Return = bool

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 GetPassword

source§

impl RemoteCall for GetPasswordSettings

source§

impl RemoteCall for GetPrivacy

source§

impl RemoteCall for GetRecentEmojiStatuses

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 GetWallPaper

source§

impl RemoteCall for GetWallPapers

source§

impl RemoteCall for GetWebAuthorizations

source§

impl RemoteCall for InitTakeoutSession

source§

impl RemoteCall for InstallTheme

§

type Return = bool

source§

impl RemoteCall for InstallWallPaper

§

type Return = bool

source§

impl RemoteCall for InvalidateSignInCodes

§

type Return = bool

source§

impl RemoteCall for RegisterDevice

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::account::ReorderUsernames

§

type Return = bool

source§

impl RemoteCall for ReportPeer

§

type Return = bool

source§

impl RemoteCall for ReportProfilePhoto

§

type Return = bool

source§

impl RemoteCall for ResendPasswordEmail

§

type Return = bool

source§

impl RemoteCall for ResetAuthorization

§

type Return = bool

source§

impl RemoteCall for ResetNotifySettings

§

type Return = bool

source§

impl RemoteCall for ResetPassword

source§

impl RemoteCall for ResetWallPapers

§

type Return = bool

source§

impl RemoteCall for ResetWebAuthorization

§

type Return = bool

source§

impl RemoteCall for ResetWebAuthorizations

§

type Return = bool

source§

impl RemoteCall for SaveAutoDownloadSettings

§

type Return = bool

source§

impl RemoteCall for SaveAutoSaveSettings

§

type Return = bool

source§

impl RemoteCall for SaveRingtone

source§

impl RemoteCall for SaveSecureValue

source§

impl RemoteCall for SaveTheme

§

type Return = bool

source§

impl RemoteCall for SaveWallPaper

§

type Return = bool

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

§

type Return = bool

source§

impl RemoteCall for SetAuthorizationTtl

§

type Return = bool

source§

impl RemoteCall for SetContactSignUpNotification

§

type Return = bool

source§

impl RemoteCall for SetContentSettings

§

type Return = bool

source§

impl RemoteCall for SetGlobalPrivacySettings

source§

impl RemoteCall for SetPrivacy

source§

impl RemoteCall for grammers_tl_types::functions::account::ToggleUsername

§

type Return = bool

source§

impl RemoteCall for UnregisterDevice

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::account::UpdateColor

§

type Return = bool

source§

impl RemoteCall for UpdateDeviceLocked

§

type Return = bool

source§

impl RemoteCall for UpdateEmojiStatus

§

type Return = bool

source§

impl RemoteCall for UpdateNotifySettings

§

type Return = bool

source§

impl RemoteCall for UpdatePasswordSettings

§

type Return = bool

source§

impl RemoteCall for UpdateProfile

§

type Return = User

source§

impl RemoteCall for UpdateStatus

§

type Return = bool

source§

impl RemoteCall for UpdateTheme

source§

impl RemoteCall for grammers_tl_types::functions::account::UpdateUsername

§

type Return = User

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

§

type Return = bool

source§

impl RemoteCall for AcceptLoginToken

source§

impl RemoteCall for BindTempAuthKey

§

type Return = bool

source§

impl RemoteCall for CancelCode

§

type Return = bool

source§

impl RemoteCall for CheckPassword

source§

impl RemoteCall for CheckRecoveryPassword

§

type Return = bool

source§

impl RemoteCall for DropTempAuthKeys

§

type Return = bool

source§

impl RemoteCall for ExportAuthorization

source§

impl RemoteCall for ExportLoginToken

source§

impl RemoteCall for ImportAuthorization

source§

impl RemoteCall for ImportBotAuthorization

source§

impl RemoteCall for ImportLoginToken

source§

impl RemoteCall for ImportWebTokenAuthorization

source§

impl RemoteCall for LogOut

source§

impl RemoteCall for RecoverPassword

source§

impl RemoteCall for RequestFirebaseSms

§

type Return = bool

source§

impl RemoteCall for RequestPasswordRecovery

source§

impl RemoteCall for ResendCode

source§

impl RemoteCall for ResetAuthorizations

§

type Return = bool

source§

impl RemoteCall for ResetLoginEmail

source§

impl RemoteCall for SendCode

source§

impl RemoteCall for SignIn

source§

impl RemoteCall for SignUp

source§

impl RemoteCall for AllowSendMessage

source§

impl RemoteCall for AnswerWebhookJsonquery

§

type Return = bool

source§

impl RemoteCall for CanSendMessage

§

type Return = bool

source§

impl RemoteCall for GetBotCommands

source§

impl RemoteCall for GetBotInfo

source§

impl RemoteCall for GetBotMenuButton

source§

impl RemoteCall for InvokeWebViewCustomMethod

source§

impl RemoteCall for grammers_tl_types::functions::bots::ReorderUsernames

§

type Return = bool

source§

impl RemoteCall for ResetBotCommands

§

type Return = bool

source§

impl RemoteCall for SendCustomRequest

source§

impl RemoteCall for SetBotBroadcastDefaultAdminRights

§

type Return = bool

source§

impl RemoteCall for SetBotCommands

§

type Return = bool

source§

impl RemoteCall for SetBotGroupDefaultAdminRights

§

type Return = bool

source§

impl RemoteCall for SetBotInfo

§

type Return = bool

source§

impl RemoteCall for SetBotMenuButton

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::bots::ToggleUsername

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::channels::CheckUsername

§

type Return = bool

source§

impl RemoteCall for ClickSponsoredMessage

§

type Return = bool

source§

impl RemoteCall for ConvertToGigagroup

source§

impl RemoteCall for CreateChannel

source§

impl RemoteCall for CreateForumTopic

source§

impl RemoteCall for DeactivateAllUsernames

§

type Return = bool

source§

impl RemoteCall for DeleteChannel

source§

impl RemoteCall for grammers_tl_types::functions::channels::DeleteHistory

source§

impl RemoteCall for grammers_tl_types::functions::channels::DeleteMessages

source§

impl RemoteCall for DeleteParticipantHistory

source§

impl RemoteCall for DeleteTopicHistory

source§

impl RemoteCall for EditAdmin

source§

impl RemoteCall for EditBanned

source§

impl RemoteCall for EditCreator

source§

impl RemoteCall for EditForumTopic

source§

impl RemoteCall for EditLocation

§

type Return = bool

source§

impl RemoteCall for EditPhoto

source§

impl RemoteCall for EditTitle

source§

impl RemoteCall for GetAdminLog

source§

impl RemoteCall for GetAdminedPublicChannels

source§

impl RemoteCall for GetChannels

source§

impl RemoteCall for GetForumTopics

source§

impl RemoteCall for GetForumTopicsById

source§

impl RemoteCall for GetFullChannel

source§

impl RemoteCall for GetGroupsForDiscussion

source§

impl RemoteCall for GetInactiveChannels

source§

impl RemoteCall for GetLeftChannels

source§

impl RemoteCall for grammers_tl_types::functions::channels::GetMessages

source§

impl RemoteCall for GetParticipant

source§

impl RemoteCall for GetParticipants

source§

impl RemoteCall for GetSendAs

source§

impl RemoteCall for GetSponsoredMessages

source§

impl RemoteCall for InviteToChannel

source§

impl RemoteCall for JoinChannel

source§

impl RemoteCall for LeaveChannel

source§

impl RemoteCall for grammers_tl_types::functions::channels::ReadHistory

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::channels::ReadMessageContents

§

type Return = bool

source§

impl RemoteCall for ReorderPinnedForumTopics

source§

impl RemoteCall for grammers_tl_types::functions::channels::ReorderUsernames

§

type Return = bool

source§

impl RemoteCall for ReportAntiSpamFalsePositive

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::channels::ReportSpam

§

type Return = bool

source§

impl RemoteCall for SetDiscussionGroup

§

type Return = bool

source§

impl RemoteCall for SetStickers

§

type Return = bool

source§

impl RemoteCall for ToggleAntiSpam

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 grammers_tl_types::functions::channels::ToggleUsername

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::channels::UpdateColor

source§

impl RemoteCall for UpdatePinnedForumTopic

source§

impl RemoteCall for grammers_tl_types::functions::channels::UpdateUsername

§

type Return = bool

source§

impl RemoteCall for ViewSponsoredMessage

§

type Return = bool

source§

impl RemoteCall for CheckChatlistInvite

source§

impl RemoteCall for DeleteExportedInvite

§

type Return = bool

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

§

type Return = Vec<Peer>

source§

impl RemoteCall for HideChatlistUpdates

§

type Return = bool

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

§

type Return = bool

source§

impl RemoteCall for BlockFromReplies

source§

impl RemoteCall for DeleteByPhones

§

type Return = bool

source§

impl RemoteCall for DeleteContacts

source§

impl RemoteCall for EditCloseFriends

§

type Return = bool

source§

impl RemoteCall for ExportContactToken

source§

impl RemoteCall for GetBlocked

source§

impl RemoteCall for GetContactIds

§

type Return = Vec<i32>

source§

impl RemoteCall for GetContacts

source§

impl RemoteCall for GetLocated

source§

impl RemoteCall for GetSaved

source§

impl RemoteCall for GetStatuses

source§

impl RemoteCall for GetTopPeers

source§

impl RemoteCall for ImportContactToken

§

type Return = User

source§

impl RemoteCall for ImportContacts

source§

impl RemoteCall for ResetSaved

§

type Return = bool

source§

impl RemoteCall for ResetTopPeerRating

§

type Return = bool

source§

impl RemoteCall for ResolvePhone

source§

impl RemoteCall for ResolveUsername

source§

impl RemoteCall for SetBlocked

§

type Return = bool

source§

impl RemoteCall for ToggleTopPeers

§

type Return = bool

source§

impl RemoteCall for Unblock

§

type Return = bool

source§

impl RemoteCall for EditPeerFolders

source§

impl RemoteCall for AcceptTermsOfService

§

type Return = bool

source§

impl RemoteCall for DismissSuggestion

§

type Return = bool

source§

impl RemoteCall for EditUserInfo

source§

impl RemoteCall for GetAppChangelog

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 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 GetUserInfo

source§

impl RemoteCall for HidePromoData

§

type Return = bool

source§

impl RemoteCall for SaveAppLog

§

type Return = bool

source§

impl RemoteCall for SetBotUpdatesStatus

§

type Return = bool

source§

impl RemoteCall for grammers_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 CheckChatInvite

source§

impl RemoteCall for CheckHistoryImport

source§

impl RemoteCall for CheckHistoryImportPeer

source§

impl RemoteCall for ClearAllDrafts

§

type Return = bool

source§

impl RemoteCall for ClearRecentReactions

§

type Return = bool

source§

impl RemoteCall for ClearRecentStickers

§

type Return = bool

source§

impl RemoteCall for CreateChat

source§

impl RemoteCall for DeleteChat

§

type Return = bool

source§

impl RemoteCall for DeleteChatUser

source§

impl RemoteCall for DeleteExportedChatInvite

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::messages::DeleteHistory

source§

impl RemoteCall for grammers_tl_types::functions::messages::DeleteMessages

source§

impl RemoteCall for DeletePhoneCallHistory

source§

impl RemoteCall for DeleteRevokedExportedChatInvites

§

type Return = bool

source§

impl RemoteCall for DeleteScheduledMessages

source§

impl RemoteCall for DiscardEncryption

§

type Return = bool

source§

impl RemoteCall for EditChatAbout

§

type Return = bool

source§

impl RemoteCall for EditChatAdmin

§

type Return = bool

source§

impl RemoteCall for EditChatDefaultBannedRights

source§

impl RemoteCall for EditChatPhoto

source§

impl RemoteCall for EditChatTitle

source§

impl RemoteCall for EditExportedChatInvite

source§

impl RemoteCall for EditInlineBotMessage

§

type Return = bool

source§

impl RemoteCall for EditMessage

source§

impl RemoteCall for ExportChatInvite

source§

impl RemoteCall for FaveSticker

§

type Return = bool

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 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 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 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 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 GetFavedStickers

source§

impl RemoteCall for GetFeaturedEmojiStickers

source§

impl RemoteCall for GetFeaturedStickers

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 grammers_tl_types::functions::messages::GetMessages

source§

impl RemoteCall for GetMessagesReactions

source§

impl RemoteCall for GetMessagesViews

source§

impl RemoteCall for GetOldFeaturedStickers

source§

impl RemoteCall for GetOnlines

source§

impl RemoteCall for GetPeerDialogs

source§

impl RemoteCall for GetPeerSettings

source§

impl RemoteCall for GetPinnedDialogs

source§

impl RemoteCall for GetPollResults

source§

impl RemoteCall for GetPollVotes

source§

impl RemoteCall for GetRecentLocations

source§

impl RemoteCall for GetRecentReactions

source§

impl RemoteCall for GetRecentStickers

source§

impl RemoteCall for GetReplies

source§

impl RemoteCall for GetSavedGifs

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 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

§

type Return = bool

source§

impl RemoteCall for ImportChatInvite

source§

impl RemoteCall for InitHistoryImport

source§

impl RemoteCall for InstallStickerSet

source§

impl RemoteCall for MarkDialogUnread

§

type Return = bool

source§

impl RemoteCall for MigrateChat

source§

impl RemoteCall for ProlongWebView

§

type Return = bool

source§

impl RemoteCall for RateTranscribedAudio

§

type Return = bool

source§

impl RemoteCall for ReadDiscussion

§

type Return = bool

source§

impl RemoteCall for ReadEncryptedHistory

§

type Return = bool

source§

impl RemoteCall for ReadFeaturedStickers

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::messages::ReadHistory

source§

impl RemoteCall for ReadMentions

source§

impl RemoteCall for grammers_tl_types::functions::messages::ReadMessageContents

source§

impl RemoteCall for ReadReactions

source§

impl RemoteCall for ReceivedMessages

source§

impl RemoteCall for ReceivedQueue

§

type Return = Vec<i64>

source§

impl RemoteCall for ReorderPinnedDialogs

§

type Return = bool

source§

impl RemoteCall for ReorderStickerSets

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::messages::Report

§

type Return = bool

source§

impl RemoteCall for ReportEncryptedSpam

§

type Return = bool

source§

impl RemoteCall for ReportReaction

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::messages::ReportSpam

§

type Return = bool

source§

impl RemoteCall for RequestAppWebView

source§

impl RemoteCall for RequestEncryption

source§

impl RemoteCall for RequestSimpleWebView

source§

impl RemoteCall for RequestUrlAuth

source§

impl RemoteCall for RequestWebView

source§

impl RemoteCall for SaveDefaultSendAs

§

type Return = bool

source§

impl RemoteCall for SaveDraft

§

type Return = bool

source§

impl RemoteCall for SaveGif

§

type Return = bool

source§

impl RemoteCall for SaveRecentSticker

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::messages::Search

source§

impl RemoteCall for SearchCustomEmoji

source§

impl RemoteCall for SearchGlobal

source§

impl RemoteCall for SearchSentMedia

source§

impl RemoteCall for SearchStickerSets

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 grammers_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

§

type Return = bool

source§

impl RemoteCall for SetBotPrecheckoutResults

§

type Return = bool

source§

impl RemoteCall for SetBotShippingResults

§

type Return = bool

source§

impl RemoteCall for SetChatAvailableReactions

source§

impl RemoteCall for SetChatTheme

source§

impl RemoteCall for SetChatWallPaper

source§

impl RemoteCall for SetDefaultHistoryTtl

§

type Return = bool

source§

impl RemoteCall for SetDefaultReaction

§

type Return = bool

source§

impl RemoteCall for SetEncryptedTyping

§

type Return = bool

source§

impl RemoteCall for SetGameScore

source§

impl RemoteCall for SetHistoryTtl

source§

impl RemoteCall for SetInlineBotResults

§

type Return = bool

source§

impl RemoteCall for SetInlineGameScore

§

type Return = bool

source§

impl RemoteCall for SetTyping

§

type Return = bool

source§

impl RemoteCall for StartBot

source§

impl RemoteCall for StartHistoryImport

§

type Return = bool

source§

impl RemoteCall for ToggleBotInAttachMenu

§

type Return = bool

source§

impl RemoteCall for ToggleDialogPin

§

type Return = bool

source§

impl RemoteCall for ToggleNoForwards

source§

impl RemoteCall for TogglePeerTranslations

§

type Return = bool

source§

impl RemoteCall for ToggleStickerSets

§

type Return = bool

source§

impl RemoteCall for TranscribeAudio

source§

impl RemoteCall for TranslateText

source§

impl RemoteCall for UninstallStickerSet

§

type Return = bool

source§

impl RemoteCall for UnpinAllMessages

source§

impl RemoteCall for UpdateDialogFilter

§

type Return = bool

source§

impl RemoteCall for UpdateDialogFiltersOrder

§

type Return = bool

source§

impl RemoteCall for UpdatePinnedMessage

source§

impl RemoteCall for UploadEncryptedFile

source§

impl RemoteCall for UploadImportedMedia

source§

impl RemoteCall for UploadMedia

source§

impl RemoteCall for ApplyGiftCode

source§

impl RemoteCall for AssignAppStoreTransaction

source§

impl RemoteCall for AssignPlayMarketTransaction

source§

impl RemoteCall for CanPurchasePremium

§

type Return = bool

source§

impl RemoteCall for CheckGiftCode

source§

impl RemoteCall for ClearSavedInfo

§

type Return = bool

source§

impl RemoteCall for ExportInvoice

source§

impl RemoteCall for GetBankCardData

source§

impl RemoteCall for GetGiveawayInfo

source§

impl RemoteCall for GetPaymentForm

source§

impl RemoteCall for GetPaymentReceipt

source§

impl RemoteCall for GetPremiumGiftCodeOptions

source§

impl RemoteCall for GetSavedInfo

source§

impl RemoteCall for LaunchPrepaidGiveaway

source§

impl RemoteCall for SendPaymentForm

source§

impl RemoteCall for ValidateRequestedInfo

source§

impl RemoteCall for AcceptCall

source§

impl RemoteCall for CheckGroupCall

§

type Return = Vec<i32>

source§

impl RemoteCall for ConfirmCall

source§

impl RemoteCall for CreateGroupCall

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 GetGroupCallJoinAs

source§

impl RemoteCall for GetGroupCallStreamChannels

source§

impl RemoteCall for GetGroupCallStreamRtmpUrl

source§

impl RemoteCall for GetGroupParticipants

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

§

type Return = bool

source§

impl RemoteCall for RequestCall

source§

impl RemoteCall for SaveCallDebug

§

type Return = bool

source§

impl RemoteCall for SaveCallLog

§

type Return = bool

source§

impl RemoteCall for SaveDefaultGroupCallJoinAs

§

type Return = bool

source§

impl RemoteCall for SendSignalingData

§

type Return = bool

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

§

type Return = Vec<i64>

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 GetBroadcastStats

source§

impl RemoteCall for GetMegagroupStats

source§

impl RemoteCall for GetMessagePublicForwards

source§

impl RemoteCall for GetMessageStats

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

§

type Return = bool

source§

impl RemoteCall for CreateStickerSet

source§

impl RemoteCall for DeleteStickerSet

§

type Return = bool

source§

impl RemoteCall for RemoveStickerFromSet

source§

impl RemoteCall for RenameStickerSet

source§

impl RemoteCall for SetStickerSetThumb

source§

impl RemoteCall for SuggestShortName

source§

impl RemoteCall for ActivateStealthMode

source§

impl RemoteCall for CanSendStory

§

type Return = bool

source§

impl RemoteCall for DeleteStories

§

type Return = Vec<i32>

source§

impl RemoteCall for EditStory

source§

impl RemoteCall for GetAllReadPeerStories

source§

impl RemoteCall for GetAllStories

source§

impl RemoteCall for GetChatsToSend

source§

impl RemoteCall for GetPeerMaxIds

§

type Return = Vec<i32>

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 GetStoryViewsList

source§

impl RemoteCall for IncrementStoryViews

§

type Return = bool

source§

impl RemoteCall for ReadStories

§

type Return = Vec<i32>

source§

impl RemoteCall for grammers_tl_types::functions::stories::Report

§

type Return = bool

source§

impl RemoteCall for grammers_tl_types::functions::stories::SendReaction

source§

impl RemoteCall for SendStory

source§

impl RemoteCall for ToggleAllStoriesHidden

§

type Return = bool

source§

impl RemoteCall for TogglePeerStoriesHidden

§

type Return = bool

source§

impl RemoteCall for TogglePinned

§

type Return = Vec<i32>

source§

impl RemoteCall for GetChannelDifference

source§

impl RemoteCall for grammers_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

§

type Return = File

source§

impl RemoteCall for GetFileHashes

source§

impl RemoteCall for GetWebFile

source§

impl RemoteCall for ReuploadCdnFile

source§

impl RemoteCall for SaveBigFilePart

§

type Return = bool

source§

impl RemoteCall for SaveFilePart

§

type Return = bool

source§

impl RemoteCall for GetFullUser

source§

impl RemoteCall for GetUsers

§

type Return = Vec<User>

source§

impl RemoteCall for SetSecureValueErrors

§

type Return = bool

source§

impl<X: RemoteCall> RemoteCall for InitConnection<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeAfterMsg<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeAfterMsgs<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeWithLayer<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeWithMessagesRange<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeWithTakeout<X>

§

type Return = <X as RemoteCall>::Return

source§

impl<X: RemoteCall> RemoteCall for InvokeWithoutUpdates<X>

§

type Return = <X as RemoteCall>::Return