pub struct Trace<B> { /* private fields */ }Expand description
Trace requests and responses.
This is a tool for debugging.
Depending on Settings and log facade this adaptor may output messages
like these:
TRACE teloxide_core::adaptors::trace > Sending `SendDice` request
TRACE teloxide_core::adaptors::trace > Got response from `SendDice` request
TRACE teloxide_core::adaptors::trace > Sending `SendDice` request: SendDice { chat_id: Id(0), emoji: Some(Dice), disable_notification: None, reply_to_message_id: None, allow_sending_without_reply: None, reply_markup: None }
TRACE teloxide_core::adaptors::trace > Got response from `SendDice` request: Ok(Message { id: 13812, date: 1625926524, chat: Chat { .. }, via_bot: None, kind: Dice(MessageDice { dice: Dice { emoji: Dice, value: 3 } }) })Implementations§
Trait Implementations§
Source§impl<B> Requester for Trace<B>where
B: Requester,
impl<B> Requester for Trace<B>where
B: Requester,
type GetMe = TraceRequest<<B as Requester>::GetMe>
type LogOut = TraceRequest<<B as Requester>::LogOut>
type Close = TraceRequest<<B as Requester>::Close>
type GetUpdates = TraceRequest<<B as Requester>::GetUpdates>
type SetWebhook = TraceRequest<<B as Requester>::SetWebhook>
type DeleteWebhook = TraceRequest<<B as Requester>::DeleteWebhook>
type GetWebhookInfo = TraceRequest<<B as Requester>::GetWebhookInfo>
type ForwardMessage = TraceRequest<<B as Requester>::ForwardMessage>
type ForwardMessages = TraceRequest<<B as Requester>::ForwardMessages>
type CopyMessage = TraceRequest<<B as Requester>::CopyMessage>
type CopyMessages = TraceRequest<<B as Requester>::CopyMessages>
type SendMessage = TraceRequest<<B as Requester>::SendMessage>
type SendPhoto = TraceRequest<<B as Requester>::SendPhoto>
type SendAudio = TraceRequest<<B as Requester>::SendAudio>
type SendDocument = TraceRequest<<B as Requester>::SendDocument>
type SendVideo = TraceRequest<<B as Requester>::SendVideo>
type SendAnimation = TraceRequest<<B as Requester>::SendAnimation>
type SendVoice = TraceRequest<<B as Requester>::SendVoice>
type SendVideoNote = TraceRequest<<B as Requester>::SendVideoNote>
type SendPaidMedia = TraceRequest<<B as Requester>::SendPaidMedia>
type SendMediaGroup = TraceRequest<<B as Requester>::SendMediaGroup>
type SendLocation = TraceRequest<<B as Requester>::SendLocation>
type EditMessageLiveLocation = TraceRequest<<B as Requester>::EditMessageLiveLocation>
type EditMessageLiveLocationInline = TraceRequest<<B as Requester>::EditMessageLiveLocationInline>
type StopMessageLiveLocation = TraceRequest<<B as Requester>::StopMessageLiveLocation>
type StopMessageLiveLocationInline = TraceRequest<<B as Requester>::StopMessageLiveLocationInline>
type EditMessageChecklist = TraceRequest<<B as Requester>::EditMessageChecklist>
type SendVenue = TraceRequest<<B as Requester>::SendVenue>
type SendContact = TraceRequest<<B as Requester>::SendContact>
type SendPoll = TraceRequest<<B as Requester>::SendPoll>
type SendChecklist = TraceRequest<<B as Requester>::SendChecklist>
type SendDice = TraceRequest<<B as Requester>::SendDice>
type SendChatAction = TraceRequest<<B as Requester>::SendChatAction>
type SetMessageReaction = TraceRequest<<B as Requester>::SetMessageReaction>
type GetUserProfilePhotos = TraceRequest<<B as Requester>::GetUserProfilePhotos>
type SetUserEmojiStatus = TraceRequest<<B as Requester>::SetUserEmojiStatus>
type GetFile = TraceRequest<<B as Requester>::GetFile>
type KickChatMember = TraceRequest<<B as Requester>::KickChatMember>
type BanChatMember = TraceRequest<<B as Requester>::BanChatMember>
type UnbanChatMember = TraceRequest<<B as Requester>::UnbanChatMember>
type RestrictChatMember = TraceRequest<<B as Requester>::RestrictChatMember>
type PromoteChatMember = TraceRequest<<B as Requester>::PromoteChatMember>
type SetChatAdministratorCustomTitle = TraceRequest<<B as Requester>::SetChatAdministratorCustomTitle>
type BanChatSenderChat = TraceRequest<<B as Requester>::BanChatSenderChat>
type UnbanChatSenderChat = TraceRequest<<B as Requester>::UnbanChatSenderChat>
type SetChatPermissions = TraceRequest<<B as Requester>::SetChatPermissions>
type ExportChatInviteLink = TraceRequest<<B as Requester>::ExportChatInviteLink>
type CreateChatInviteLink = TraceRequest<<B as Requester>::CreateChatInviteLink>
type EditChatInviteLink = TraceRequest<<B as Requester>::EditChatInviteLink>
type CreateChatSubscriptionInviteLink = TraceRequest<<B as Requester>::CreateChatSubscriptionInviteLink>
type EditChatSubscriptionInviteLink = TraceRequest<<B as Requester>::EditChatSubscriptionInviteLink>
type RevokeChatInviteLink = TraceRequest<<B as Requester>::RevokeChatInviteLink>
type SetChatPhoto = TraceRequest<<B as Requester>::SetChatPhoto>
type DeleteChatPhoto = TraceRequest<<B as Requester>::DeleteChatPhoto>
type SetChatTitle = TraceRequest<<B as Requester>::SetChatTitle>
type SetChatDescription = TraceRequest<<B as Requester>::SetChatDescription>
type PinChatMessage = TraceRequest<<B as Requester>::PinChatMessage>
type UnpinChatMessage = TraceRequest<<B as Requester>::UnpinChatMessage>
type UnpinAllChatMessages = TraceRequest<<B as Requester>::UnpinAllChatMessages>
type LeaveChat = TraceRequest<<B as Requester>::LeaveChat>
type GetChat = TraceRequest<<B as Requester>::GetChat>
type GetChatAdministrators = TraceRequest<<B as Requester>::GetChatAdministrators>
type GetChatMembersCount = TraceRequest<<B as Requester>::GetChatMembersCount>
type GetChatMemberCount = TraceRequest<<B as Requester>::GetChatMemberCount>
type GetChatMember = TraceRequest<<B as Requester>::GetChatMember>
type SetChatStickerSet = TraceRequest<<B as Requester>::SetChatStickerSet>
type DeleteChatStickerSet = TraceRequest<<B as Requester>::DeleteChatStickerSet>
type GetForumTopicIconStickers = TraceRequest<<B as Requester>::GetForumTopicIconStickers>
type CreateForumTopic = TraceRequest<<B as Requester>::CreateForumTopic>
type EditForumTopic = TraceRequest<<B as Requester>::EditForumTopic>
type CloseForumTopic = TraceRequest<<B as Requester>::CloseForumTopic>
type ReopenForumTopic = TraceRequest<<B as Requester>::ReopenForumTopic>
type DeleteForumTopic = TraceRequest<<B as Requester>::DeleteForumTopic>
type UnpinAllForumTopicMessages = TraceRequest<<B as Requester>::UnpinAllForumTopicMessages>
type EditGeneralForumTopic = TraceRequest<<B as Requester>::EditGeneralForumTopic>
type CloseGeneralForumTopic = TraceRequest<<B as Requester>::CloseGeneralForumTopic>
type ReopenGeneralForumTopic = TraceRequest<<B as Requester>::ReopenGeneralForumTopic>
type HideGeneralForumTopic = TraceRequest<<B as Requester>::HideGeneralForumTopic>
type UnhideGeneralForumTopic = TraceRequest<<B as Requester>::UnhideGeneralForumTopic>
type UnpinAllGeneralForumTopicMessages = TraceRequest<<B as Requester>::UnpinAllGeneralForumTopicMessages>
type AnswerCallbackQuery = TraceRequest<<B as Requester>::AnswerCallbackQuery>
type GetUserChatBoosts = TraceRequest<<B as Requester>::GetUserChatBoosts>
type SetMyCommands = TraceRequest<<B as Requester>::SetMyCommands>
type GetBusinessConnection = TraceRequest<<B as Requester>::GetBusinessConnection>
type GetMyCommands = TraceRequest<<B as Requester>::GetMyCommands>
type SetMyName = TraceRequest<<B as Requester>::SetMyName>
type GetMyName = TraceRequest<<B as Requester>::GetMyName>
type SetMyDescription = TraceRequest<<B as Requester>::SetMyDescription>
type GetMyDescription = TraceRequest<<B as Requester>::GetMyDescription>
type SetMyShortDescription = TraceRequest<<B as Requester>::SetMyShortDescription>
type GetMyShortDescription = TraceRequest<<B as Requester>::GetMyShortDescription>
type SetChatMenuButton = TraceRequest<<B as Requester>::SetChatMenuButton>
type GetChatMenuButton = TraceRequest<<B as Requester>::GetChatMenuButton>
type SetMyDefaultAdministratorRights = TraceRequest<<B as Requester>::SetMyDefaultAdministratorRights>
type GetMyDefaultAdministratorRights = TraceRequest<<B as Requester>::GetMyDefaultAdministratorRights>
type DeleteMyCommands = TraceRequest<<B as Requester>::DeleteMyCommands>
type AnswerInlineQuery = TraceRequest<<B as Requester>::AnswerInlineQuery>
type AnswerWebAppQuery = TraceRequest<<B as Requester>::AnswerWebAppQuery>
type SavePreparedInlineMessage = TraceRequest<<B as Requester>::SavePreparedInlineMessage>
type EditMessageText = TraceRequest<<B as Requester>::EditMessageText>
type EditMessageTextInline = TraceRequest<<B as Requester>::EditMessageTextInline>
type EditMessageCaption = TraceRequest<<B as Requester>::EditMessageCaption>
type EditMessageCaptionInline = TraceRequest<<B as Requester>::EditMessageCaptionInline>
type EditMessageMedia = TraceRequest<<B as Requester>::EditMessageMedia>
type EditMessageMediaInline = TraceRequest<<B as Requester>::EditMessageMediaInline>
type EditMessageReplyMarkup = TraceRequest<<B as Requester>::EditMessageReplyMarkup>
type EditMessageReplyMarkupInline = TraceRequest<<B as Requester>::EditMessageReplyMarkupInline>
type StopPoll = TraceRequest<<B as Requester>::StopPoll>
type DeleteMessage = TraceRequest<<B as Requester>::DeleteMessage>
type DeleteMessages = TraceRequest<<B as Requester>::DeleteMessages>
type SendSticker = TraceRequest<<B as Requester>::SendSticker>
type GetStickerSet = TraceRequest<<B as Requester>::GetStickerSet>
type GetCustomEmojiStickers = TraceRequest<<B as Requester>::GetCustomEmojiStickers>
type UploadStickerFile = TraceRequest<<B as Requester>::UploadStickerFile>
type CreateNewStickerSet = TraceRequest<<B as Requester>::CreateNewStickerSet>
type AddStickerToSet = TraceRequest<<B as Requester>::AddStickerToSet>
type SetStickerPositionInSet = TraceRequest<<B as Requester>::SetStickerPositionInSet>
type DeleteStickerFromSet = TraceRequest<<B as Requester>::DeleteStickerFromSet>
type ReplaceStickerInSet = TraceRequest<<B as Requester>::ReplaceStickerInSet>
type SetStickerSetThumbnail = TraceRequest<<B as Requester>::SetStickerSetThumbnail>
type SetCustomEmojiStickerSetThumbnail = TraceRequest<<B as Requester>::SetCustomEmojiStickerSetThumbnail>
type SetStickerSetTitle = TraceRequest<<B as Requester>::SetStickerSetTitle>
type DeleteStickerSet = TraceRequest<<B as Requester>::DeleteStickerSet>
type SetStickerEmojiList = TraceRequest<<B as Requester>::SetStickerEmojiList>
type SetStickerKeywords = TraceRequest<<B as Requester>::SetStickerKeywords>
type SetStickerMaskPosition = TraceRequest<<B as Requester>::SetStickerMaskPosition>
type GetAvailableGifts = TraceRequest<<B as Requester>::GetAvailableGifts>
type SendGift = TraceRequest<<B as Requester>::SendGift>
type SendGiftChat = TraceRequest<<B as Requester>::SendGiftChat>
type GiftPremiumSubscription = TraceRequest<<B as Requester>::GiftPremiumSubscription>
type VerifyUser = TraceRequest<<B as Requester>::VerifyUser>
type VerifyChat = TraceRequest<<B as Requester>::VerifyChat>
type RemoveUserVerification = TraceRequest<<B as Requester>::RemoveUserVerification>
type RemoveChatVerification = TraceRequest<<B as Requester>::RemoveChatVerification>
type ReadBusinessMessage = TraceRequest<<B as Requester>::ReadBusinessMessage>
type DeleteBusinessMessages = TraceRequest<<B as Requester>::DeleteBusinessMessages>
type SetBusinessAccountName = TraceRequest<<B as Requester>::SetBusinessAccountName>
type SetBusinessAccountUsername = TraceRequest<<B as Requester>::SetBusinessAccountUsername>
type SetBusinessAccountBio = TraceRequest<<B as Requester>::SetBusinessAccountBio>
type SetBusinessAccountProfilePhoto = TraceRequest<<B as Requester>::SetBusinessAccountProfilePhoto>
type RemoveBusinessAccountProfilePhoto = TraceRequest<<B as Requester>::RemoveBusinessAccountProfilePhoto>
type SetBusinessAccountGiftSettings = TraceRequest<<B as Requester>::SetBusinessAccountGiftSettings>
type GetBusinessAccountStarBalance = TraceRequest<<B as Requester>::GetBusinessAccountStarBalance>
type TransferBusinessAccountStars = TraceRequest<<B as Requester>::TransferBusinessAccountStars>
type GetBusinessAccountGifts = TraceRequest<<B as Requester>::GetBusinessAccountGifts>
type ConvertGiftToStars = TraceRequest<<B as Requester>::ConvertGiftToStars>
type UpgradeGift = TraceRequest<<B as Requester>::UpgradeGift>
type TransferGift = TraceRequest<<B as Requester>::TransferGift>
type PostStory = TraceRequest<<B as Requester>::PostStory>
type EditStory = TraceRequest<<B as Requester>::EditStory>
type DeleteStory = TraceRequest<<B as Requester>::DeleteStory>
type SendInvoice = TraceRequest<<B as Requester>::SendInvoice>
type CreateInvoiceLink = TraceRequest<<B as Requester>::CreateInvoiceLink>
type AnswerShippingQuery = TraceRequest<<B as Requester>::AnswerShippingQuery>
type AnswerPreCheckoutQuery = TraceRequest<<B as Requester>::AnswerPreCheckoutQuery>
type GetMyStarBalance = TraceRequest<<B as Requester>::GetMyStarBalance>
type GetStarTransactions = TraceRequest<<B as Requester>::GetStarTransactions>
type RefundStarPayment = TraceRequest<<B as Requester>::RefundStarPayment>
type EditUserStarSubscription = TraceRequest<<B as Requester>::EditUserStarSubscription>
type SetPassportDataErrors = TraceRequest<<B as Requester>::SetPassportDataErrors>
type SendGame = TraceRequest<<B as Requester>::SendGame>
type SetGameScore = TraceRequest<<B as Requester>::SetGameScore>
type SetGameScoreInline = TraceRequest<<B as Requester>::SetGameScoreInline>
type GetGameHighScores = TraceRequest<<B as Requester>::GetGameHighScores>
type ApproveChatJoinRequest = TraceRequest<<B as Requester>::ApproveChatJoinRequest>
type DeclineChatJoinRequest = TraceRequest<<B as Requester>::DeclineChatJoinRequest>
Source§fn get_updates(&self) -> <Trace<B> as Requester>::GetUpdates ⓘ
fn get_updates(&self) -> <Trace<B> as Requester>::GetUpdates ⓘ
For Telegram documentation see
GetUpdates.Source§fn set_webhook(&self, url: Url) -> <Trace<B> as Requester>::SetWebhook ⓘ
fn set_webhook(&self, url: Url) -> <Trace<B> as Requester>::SetWebhook ⓘ
For Telegram documentation see
SetWebhook.Source§fn delete_webhook(&self) -> <Trace<B> as Requester>::DeleteWebhook ⓘ
fn delete_webhook(&self) -> <Trace<B> as Requester>::DeleteWebhook ⓘ
For Telegram documentation see
DeleteWebhook.Source§fn get_webhook_info(&self) -> <Trace<B> as Requester>::GetWebhookInfo ⓘ
fn get_webhook_info(&self) -> <Trace<B> as Requester>::GetWebhookInfo ⓘ
For Telegram documentation see
GetWebhookInfo.Source§fn forward_message<C, F>(
&self,
chat_id: C,
from_chat_id: F,
message_id: MessageId,
) -> <Trace<B> as Requester>::ForwardMessage ⓘ
fn forward_message<C, F>( &self, chat_id: C, from_chat_id: F, message_id: MessageId, ) -> <Trace<B> as Requester>::ForwardMessage ⓘ
For Telegram documentation see
ForwardMessage.Source§fn forward_messages<C, F, M>(
&self,
chat_id: C,
from_chat_id: F,
message_ids: M,
) -> <Trace<B> as Requester>::ForwardMessages ⓘ
fn forward_messages<C, F, M>( &self, chat_id: C, from_chat_id: F, message_ids: M, ) -> <Trace<B> as Requester>::ForwardMessages ⓘ
For Telegram documentation see
ForwardMessages.Source§fn copy_message<C, F>(
&self,
chat_id: C,
from_chat_id: F,
message_id: MessageId,
) -> <Trace<B> as Requester>::CopyMessage ⓘ
fn copy_message<C, F>( &self, chat_id: C, from_chat_id: F, message_id: MessageId, ) -> <Trace<B> as Requester>::CopyMessage ⓘ
For Telegram documentation see
CopyMessage.Source§fn copy_messages<C, F, M>(
&self,
chat_id: C,
from_chat_id: F,
message_ids: M,
) -> <Trace<B> as Requester>::CopyMessages ⓘ
fn copy_messages<C, F, M>( &self, chat_id: C, from_chat_id: F, message_ids: M, ) -> <Trace<B> as Requester>::CopyMessages ⓘ
For Telegram documentation see
CopyMessages.Source§fn send_message<C, T>(
&self,
chat_id: C,
text: T,
) -> <Trace<B> as Requester>::SendMessage ⓘ
fn send_message<C, T>( &self, chat_id: C, text: T, ) -> <Trace<B> as Requester>::SendMessage ⓘ
For Telegram documentation see
SendMessage.Source§fn send_photo<C>(
&self,
chat_id: C,
photo: InputFile,
) -> <Trace<B> as Requester>::SendPhoto ⓘ
fn send_photo<C>( &self, chat_id: C, photo: InputFile, ) -> <Trace<B> as Requester>::SendPhoto ⓘ
For Telegram documentation see
SendPhoto.Source§fn send_audio<C>(
&self,
chat_id: C,
audio: InputFile,
) -> <Trace<B> as Requester>::SendAudio ⓘ
fn send_audio<C>( &self, chat_id: C, audio: InputFile, ) -> <Trace<B> as Requester>::SendAudio ⓘ
For Telegram documentation see
SendAudio.Source§fn send_document<C>(
&self,
chat_id: C,
document: InputFile,
) -> <Trace<B> as Requester>::SendDocument ⓘ
fn send_document<C>( &self, chat_id: C, document: InputFile, ) -> <Trace<B> as Requester>::SendDocument ⓘ
For Telegram documentation see
SendDocument.Source§fn send_video<C>(
&self,
chat_id: C,
video: InputFile,
) -> <Trace<B> as Requester>::SendVideo ⓘ
fn send_video<C>( &self, chat_id: C, video: InputFile, ) -> <Trace<B> as Requester>::SendVideo ⓘ
For Telegram documentation see
SendVideo.Source§fn send_animation<C>(
&self,
chat_id: C,
animation: InputFile,
) -> <Trace<B> as Requester>::SendAnimation ⓘ
fn send_animation<C>( &self, chat_id: C, animation: InputFile, ) -> <Trace<B> as Requester>::SendAnimation ⓘ
For Telegram documentation see
SendAnimation.Source§fn send_voice<C>(
&self,
chat_id: C,
voice: InputFile,
) -> <Trace<B> as Requester>::SendVoice ⓘ
fn send_voice<C>( &self, chat_id: C, voice: InputFile, ) -> <Trace<B> as Requester>::SendVoice ⓘ
For Telegram documentation see
SendVoice.Source§fn send_video_note<C>(
&self,
chat_id: C,
video_note: InputFile,
) -> <Trace<B> as Requester>::SendVideoNote ⓘ
fn send_video_note<C>( &self, chat_id: C, video_note: InputFile, ) -> <Trace<B> as Requester>::SendVideoNote ⓘ
For Telegram documentation see
SendVideoNote.Source§fn send_paid_media<C, M>(
&self,
chat_id: C,
star_count: u32,
media: M,
) -> <Trace<B> as Requester>::SendPaidMedia ⓘ
fn send_paid_media<C, M>( &self, chat_id: C, star_count: u32, media: M, ) -> <Trace<B> as Requester>::SendPaidMedia ⓘ
For Telegram documentation see
SendPaidMedia.Source§fn send_media_group<C, M>(
&self,
chat_id: C,
media: M,
) -> <Trace<B> as Requester>::SendMediaGroup ⓘ
fn send_media_group<C, M>( &self, chat_id: C, media: M, ) -> <Trace<B> as Requester>::SendMediaGroup ⓘ
For Telegram documentation see
SendMediaGroup.Source§fn send_location<C>(
&self,
chat_id: C,
latitude: f64,
longitude: f64,
) -> <Trace<B> as Requester>::SendLocation ⓘ
fn send_location<C>( &self, chat_id: C, latitude: f64, longitude: f64, ) -> <Trace<B> as Requester>::SendLocation ⓘ
For Telegram documentation see
SendLocation.Source§fn edit_message_live_location<C>(
&self,
chat_id: C,
message_id: MessageId,
latitude: f64,
longitude: f64,
) -> <Trace<B> as Requester>::EditMessageLiveLocation ⓘ
fn edit_message_live_location<C>( &self, chat_id: C, message_id: MessageId, latitude: f64, longitude: f64, ) -> <Trace<B> as Requester>::EditMessageLiveLocation ⓘ
For Telegram documentation see
EditMessageLiveLocation.Source§fn edit_message_live_location_inline<I>(
&self,
inline_message_id: I,
latitude: f64,
longitude: f64,
) -> <Trace<B> as Requester>::EditMessageLiveLocationInline ⓘ
fn edit_message_live_location_inline<I>( &self, inline_message_id: I, latitude: f64, longitude: f64, ) -> <Trace<B> as Requester>::EditMessageLiveLocationInline ⓘ
For Telegram documentation see
EditMessageLiveLocationInline.Source§fn stop_message_live_location<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::StopMessageLiveLocation ⓘ
fn stop_message_live_location<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::StopMessageLiveLocation ⓘ
For Telegram documentation see
StopMessageLiveLocation.Source§fn stop_message_live_location_inline<I>(
&self,
inline_message_id: I,
) -> <Trace<B> as Requester>::StopMessageLiveLocationInline ⓘ
fn stop_message_live_location_inline<I>( &self, inline_message_id: I, ) -> <Trace<B> as Requester>::StopMessageLiveLocationInline ⓘ
For Telegram documentation see
StopMessageLiveLocationInline.Source§fn edit_message_checklist<C>(
&self,
business_connection_id: BusinessConnectionId,
chat_id: C,
message_id: MessageId,
checklist: InputChecklist,
) -> <Trace<B> as Requester>::EditMessageChecklist ⓘ
fn edit_message_checklist<C>( &self, business_connection_id: BusinessConnectionId, chat_id: C, message_id: MessageId, checklist: InputChecklist, ) -> <Trace<B> as Requester>::EditMessageChecklist ⓘ
For Telegram documentation see
EditMessageChecklist.Source§fn send_venue<C, T, A>(
&self,
chat_id: C,
latitude: f64,
longitude: f64,
title: T,
address: A,
) -> <Trace<B> as Requester>::SendVenue ⓘ
fn send_venue<C, T, A>( &self, chat_id: C, latitude: f64, longitude: f64, title: T, address: A, ) -> <Trace<B> as Requester>::SendVenue ⓘ
For Telegram documentation see
SendVenue.Source§fn send_contact<C, P, F>(
&self,
chat_id: C,
phone_number: P,
first_name: F,
) -> <Trace<B> as Requester>::SendContact ⓘ
fn send_contact<C, P, F>( &self, chat_id: C, phone_number: P, first_name: F, ) -> <Trace<B> as Requester>::SendContact ⓘ
For Telegram documentation see
SendContact.Source§fn send_poll<C, Q, O>(
&self,
chat_id: C,
question: Q,
options: O,
) -> <Trace<B> as Requester>::SendPoll ⓘ
fn send_poll<C, Q, O>( &self, chat_id: C, question: Q, options: O, ) -> <Trace<B> as Requester>::SendPoll ⓘ
For Telegram documentation see
SendPoll.Source§fn send_checklist<C>(
&self,
business_connection_id: BusinessConnectionId,
chat_id: C,
checklist: InputChecklist,
) -> <Trace<B> as Requester>::SendChecklist ⓘ
fn send_checklist<C>( &self, business_connection_id: BusinessConnectionId, chat_id: C, checklist: InputChecklist, ) -> <Trace<B> as Requester>::SendChecklist ⓘ
For Telegram documentation see
SendChecklist.Source§fn send_dice<C>(&self, chat_id: C) -> <Trace<B> as Requester>::SendDice ⓘ
fn send_dice<C>(&self, chat_id: C) -> <Trace<B> as Requester>::SendDice ⓘ
For Telegram documentation see
SendDice.Source§fn send_chat_action<C>(
&self,
chat_id: C,
action: ChatAction,
) -> <Trace<B> as Requester>::SendChatAction ⓘ
fn send_chat_action<C>( &self, chat_id: C, action: ChatAction, ) -> <Trace<B> as Requester>::SendChatAction ⓘ
For Telegram documentation see
SendChatAction.Source§fn set_message_reaction<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::SetMessageReaction ⓘ
fn set_message_reaction<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::SetMessageReaction ⓘ
For Telegram documentation see
SetMessageReaction.Source§fn get_user_profile_photos(
&self,
user_id: UserId,
) -> <Trace<B> as Requester>::GetUserProfilePhotos ⓘ
fn get_user_profile_photos( &self, user_id: UserId, ) -> <Trace<B> as Requester>::GetUserProfilePhotos ⓘ
For Telegram documentation see
GetUserProfilePhotos.Source§fn set_user_emoji_status(
&self,
user_id: UserId,
) -> <Trace<B> as Requester>::SetUserEmojiStatus ⓘ
fn set_user_emoji_status( &self, user_id: UserId, ) -> <Trace<B> as Requester>::SetUserEmojiStatus ⓘ
For Telegram documentation see
SetUserEmojiStatus.Source§fn get_file(&self, file_id: FileId) -> <Trace<B> as Requester>::GetFile ⓘ
fn get_file(&self, file_id: FileId) -> <Trace<B> as Requester>::GetFile ⓘ
For Telegram documentation see
GetFile.Source§fn kick_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::KickChatMember ⓘ
fn kick_chat_member<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::KickChatMember ⓘ
For Telegram documentation see
KickChatMember.Source§fn ban_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::BanChatMember ⓘ
fn ban_chat_member<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::BanChatMember ⓘ
For Telegram documentation see
BanChatMember.Source§fn unban_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::UnbanChatMember ⓘ
fn unban_chat_member<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::UnbanChatMember ⓘ
For Telegram documentation see
UnbanChatMember.Source§fn restrict_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
permissions: ChatPermissions,
) -> <Trace<B> as Requester>::RestrictChatMember ⓘ
fn restrict_chat_member<C>( &self, chat_id: C, user_id: UserId, permissions: ChatPermissions, ) -> <Trace<B> as Requester>::RestrictChatMember ⓘ
For Telegram documentation see
RestrictChatMember.Source§fn promote_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::PromoteChatMember ⓘ
fn promote_chat_member<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::PromoteChatMember ⓘ
For Telegram documentation see
PromoteChatMember.Source§fn set_chat_administrator_custom_title<Ch, C>(
&self,
chat_id: Ch,
user_id: UserId,
custom_title: C,
) -> <Trace<B> as Requester>::SetChatAdministratorCustomTitle ⓘ
fn set_chat_administrator_custom_title<Ch, C>( &self, chat_id: Ch, user_id: UserId, custom_title: C, ) -> <Trace<B> as Requester>::SetChatAdministratorCustomTitle ⓘ
For Telegram documentation see
SetChatAdministratorCustomTitle.Source§fn ban_chat_sender_chat<C, S>(
&self,
chat_id: C,
sender_chat_id: S,
) -> <Trace<B> as Requester>::BanChatSenderChat ⓘ
fn ban_chat_sender_chat<C, S>( &self, chat_id: C, sender_chat_id: S, ) -> <Trace<B> as Requester>::BanChatSenderChat ⓘ
For Telegram documentation see
BanChatSenderChat.Source§fn unban_chat_sender_chat<C, S>(
&self,
chat_id: C,
sender_chat_id: S,
) -> <Trace<B> as Requester>::UnbanChatSenderChat ⓘ
fn unban_chat_sender_chat<C, S>( &self, chat_id: C, sender_chat_id: S, ) -> <Trace<B> as Requester>::UnbanChatSenderChat ⓘ
For Telegram documentation see
UnbanChatSenderChat.Source§fn set_chat_permissions<C>(
&self,
chat_id: C,
permissions: ChatPermissions,
) -> <Trace<B> as Requester>::SetChatPermissions ⓘ
fn set_chat_permissions<C>( &self, chat_id: C, permissions: ChatPermissions, ) -> <Trace<B> as Requester>::SetChatPermissions ⓘ
For Telegram documentation see
SetChatPermissions.Source§fn export_chat_invite_link<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::ExportChatInviteLink ⓘ
fn export_chat_invite_link<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::ExportChatInviteLink ⓘ
For Telegram documentation see
ExportChatInviteLink.Source§fn create_chat_invite_link<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::CreateChatInviteLink ⓘ
fn create_chat_invite_link<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::CreateChatInviteLink ⓘ
For Telegram documentation see
CreateChatInviteLink.Source§fn edit_chat_invite_link<C, I>(
&self,
chat_id: C,
invite_link: I,
) -> <Trace<B> as Requester>::EditChatInviteLink ⓘ
fn edit_chat_invite_link<C, I>( &self, chat_id: C, invite_link: I, ) -> <Trace<B> as Requester>::EditChatInviteLink ⓘ
For Telegram documentation see
EditChatInviteLink.Source§fn create_chat_subscription_invite_link<C>(
&self,
chat_id: C,
subscription_period: Seconds,
subscription_price: u32,
) -> <Trace<B> as Requester>::CreateChatSubscriptionInviteLink ⓘ
fn create_chat_subscription_invite_link<C>( &self, chat_id: C, subscription_period: Seconds, subscription_price: u32, ) -> <Trace<B> as Requester>::CreateChatSubscriptionInviteLink ⓘ
For Telegram documentation see
CreateChatSubscriptionInviteLink.Source§fn edit_chat_subscription_invite_link<C, I>(
&self,
chat_id: C,
invite_link: I,
) -> <Trace<B> as Requester>::EditChatSubscriptionInviteLink ⓘ
fn edit_chat_subscription_invite_link<C, I>( &self, chat_id: C, invite_link: I, ) -> <Trace<B> as Requester>::EditChatSubscriptionInviteLink ⓘ
For Telegram documentation see
EditChatSubscriptionInviteLink.Source§fn revoke_chat_invite_link<C, I>(
&self,
chat_id: C,
invite_link: I,
) -> <Trace<B> as Requester>::RevokeChatInviteLink ⓘ
fn revoke_chat_invite_link<C, I>( &self, chat_id: C, invite_link: I, ) -> <Trace<B> as Requester>::RevokeChatInviteLink ⓘ
For Telegram documentation see
RevokeChatInviteLink.Source§fn set_chat_photo<C>(
&self,
chat_id: C,
photo: InputFile,
) -> <Trace<B> as Requester>::SetChatPhoto ⓘ
fn set_chat_photo<C>( &self, chat_id: C, photo: InputFile, ) -> <Trace<B> as Requester>::SetChatPhoto ⓘ
For Telegram documentation see
SetChatPhoto.Source§fn delete_chat_photo<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::DeleteChatPhoto ⓘ
fn delete_chat_photo<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::DeleteChatPhoto ⓘ
For Telegram documentation see
DeleteChatPhoto.Source§fn set_chat_title<C, T>(
&self,
chat_id: C,
title: T,
) -> <Trace<B> as Requester>::SetChatTitle ⓘ
fn set_chat_title<C, T>( &self, chat_id: C, title: T, ) -> <Trace<B> as Requester>::SetChatTitle ⓘ
For Telegram documentation see
SetChatTitle.Source§fn set_chat_description<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::SetChatDescription ⓘ
fn set_chat_description<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::SetChatDescription ⓘ
For Telegram documentation see
SetChatDescription.Source§fn pin_chat_message<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::PinChatMessage ⓘ
fn pin_chat_message<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::PinChatMessage ⓘ
For Telegram documentation see
PinChatMessage.Source§fn unpin_chat_message<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::UnpinChatMessage ⓘ
fn unpin_chat_message<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::UnpinChatMessage ⓘ
For Telegram documentation see
UnpinChatMessage.Source§fn unpin_all_chat_messages<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::UnpinAllChatMessages ⓘ
fn unpin_all_chat_messages<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::UnpinAllChatMessages ⓘ
For Telegram documentation see
UnpinAllChatMessages.Source§fn leave_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::LeaveChat ⓘ
fn leave_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::LeaveChat ⓘ
For Telegram documentation see
LeaveChat.Source§fn get_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::GetChat ⓘ
fn get_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::GetChat ⓘ
For Telegram documentation see
GetChat.Source§fn get_chat_administrators<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::GetChatAdministrators ⓘ
fn get_chat_administrators<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::GetChatAdministrators ⓘ
For Telegram documentation see
GetChatAdministrators.Source§fn get_chat_members_count<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::GetChatMembersCount ⓘ
fn get_chat_members_count<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::GetChatMembersCount ⓘ
For Telegram documentation see
GetChatMembersCount.Source§fn get_chat_member_count<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::GetChatMemberCount ⓘ
fn get_chat_member_count<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::GetChatMemberCount ⓘ
For Telegram documentation see
GetChatMemberCount.Source§fn get_chat_member<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::GetChatMember ⓘ
fn get_chat_member<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::GetChatMember ⓘ
For Telegram documentation see
GetChatMember.Source§fn set_chat_sticker_set<C, S>(
&self,
chat_id: C,
sticker_set_name: S,
) -> <Trace<B> as Requester>::SetChatStickerSet ⓘ
fn set_chat_sticker_set<C, S>( &self, chat_id: C, sticker_set_name: S, ) -> <Trace<B> as Requester>::SetChatStickerSet ⓘ
For Telegram documentation see
SetChatStickerSet.Source§fn delete_chat_sticker_set<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::DeleteChatStickerSet ⓘ
fn delete_chat_sticker_set<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::DeleteChatStickerSet ⓘ
For Telegram documentation see
DeleteChatStickerSet.Source§fn get_forum_topic_icon_stickers(
&self,
) -> <Trace<B> as Requester>::GetForumTopicIconStickers ⓘ
fn get_forum_topic_icon_stickers( &self, ) -> <Trace<B> as Requester>::GetForumTopicIconStickers ⓘ
For Telegram documentation see
GetForumTopicIconStickers.Source§fn create_forum_topic<C, N>(
&self,
chat_id: C,
name: N,
) -> <Trace<B> as Requester>::CreateForumTopic ⓘ
fn create_forum_topic<C, N>( &self, chat_id: C, name: N, ) -> <Trace<B> as Requester>::CreateForumTopic ⓘ
For Telegram documentation see
CreateForumTopic.Source§fn edit_forum_topic<C>(
&self,
chat_id: C,
message_thread_id: ThreadId,
) -> <Trace<B> as Requester>::EditForumTopic ⓘ
fn edit_forum_topic<C>( &self, chat_id: C, message_thread_id: ThreadId, ) -> <Trace<B> as Requester>::EditForumTopic ⓘ
For Telegram documentation see
EditForumTopic.Source§fn close_forum_topic<C>(
&self,
chat_id: C,
message_thread_id: ThreadId,
) -> <Trace<B> as Requester>::CloseForumTopic ⓘ
fn close_forum_topic<C>( &self, chat_id: C, message_thread_id: ThreadId, ) -> <Trace<B> as Requester>::CloseForumTopic ⓘ
For Telegram documentation see
CloseForumTopic.Source§fn reopen_forum_topic<C>(
&self,
chat_id: C,
message_thread_id: ThreadId,
) -> <Trace<B> as Requester>::ReopenForumTopic ⓘ
fn reopen_forum_topic<C>( &self, chat_id: C, message_thread_id: ThreadId, ) -> <Trace<B> as Requester>::ReopenForumTopic ⓘ
For Telegram documentation see
ReopenForumTopic.Source§fn delete_forum_topic<C>(
&self,
chat_id: C,
message_thread_id: ThreadId,
) -> <Trace<B> as Requester>::DeleteForumTopic ⓘ
fn delete_forum_topic<C>( &self, chat_id: C, message_thread_id: ThreadId, ) -> <Trace<B> as Requester>::DeleteForumTopic ⓘ
For Telegram documentation see
DeleteForumTopic.Source§fn unpin_all_forum_topic_messages<C>(
&self,
chat_id: C,
message_thread_id: ThreadId,
) -> <Trace<B> as Requester>::UnpinAllForumTopicMessages ⓘ
fn unpin_all_forum_topic_messages<C>( &self, chat_id: C, message_thread_id: ThreadId, ) -> <Trace<B> as Requester>::UnpinAllForumTopicMessages ⓘ
For Telegram documentation see
UnpinAllForumTopicMessages.Source§fn edit_general_forum_topic<C, N>(
&self,
chat_id: C,
name: N,
) -> <Trace<B> as Requester>::EditGeneralForumTopic ⓘ
fn edit_general_forum_topic<C, N>( &self, chat_id: C, name: N, ) -> <Trace<B> as Requester>::EditGeneralForumTopic ⓘ
For Telegram documentation see
EditGeneralForumTopic.Source§fn close_general_forum_topic<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::CloseGeneralForumTopic ⓘ
fn close_general_forum_topic<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::CloseGeneralForumTopic ⓘ
For Telegram documentation see
CloseGeneralForumTopic.Source§fn reopen_general_forum_topic<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::ReopenGeneralForumTopic ⓘ
fn reopen_general_forum_topic<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::ReopenGeneralForumTopic ⓘ
For Telegram documentation see
ReopenGeneralForumTopic.Source§fn hide_general_forum_topic<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::HideGeneralForumTopic ⓘ
fn hide_general_forum_topic<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::HideGeneralForumTopic ⓘ
For Telegram documentation see
HideGeneralForumTopic.Source§fn unhide_general_forum_topic<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::UnhideGeneralForumTopic ⓘ
fn unhide_general_forum_topic<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::UnhideGeneralForumTopic ⓘ
For Telegram documentation see
UnhideGeneralForumTopic.Source§fn unpin_all_general_forum_topic_messages<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::UnpinAllGeneralForumTopicMessages ⓘ
fn unpin_all_general_forum_topic_messages<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::UnpinAllGeneralForumTopicMessages ⓘ
For Telegram documentation see
UnpinAllGeneralForumTopicMessages.Source§fn answer_callback_query(
&self,
callback_query_id: CallbackQueryId,
) -> <Trace<B> as Requester>::AnswerCallbackQuery ⓘ
fn answer_callback_query( &self, callback_query_id: CallbackQueryId, ) -> <Trace<B> as Requester>::AnswerCallbackQuery ⓘ
For Telegram documentation see
AnswerCallbackQuery.Source§fn get_user_chat_boosts<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::GetUserChatBoosts ⓘ
fn get_user_chat_boosts<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::GetUserChatBoosts ⓘ
For Telegram documentation see
GetUserChatBoosts.Source§fn set_my_commands<C>(
&self,
commands: C,
) -> <Trace<B> as Requester>::SetMyCommands ⓘwhere
C: IntoIterator<Item = BotCommand>,
fn set_my_commands<C>(
&self,
commands: C,
) -> <Trace<B> as Requester>::SetMyCommands ⓘwhere
C: IntoIterator<Item = BotCommand>,
For Telegram documentation see
SetMyCommands.Source§fn get_business_connection(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::GetBusinessConnection ⓘ
fn get_business_connection( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::GetBusinessConnection ⓘ
For Telegram documentation see
GetBusinessConnection.Source§fn get_my_commands(&self) -> <Trace<B> as Requester>::GetMyCommands ⓘ
fn get_my_commands(&self) -> <Trace<B> as Requester>::GetMyCommands ⓘ
For Telegram documentation see
GetMyCommands.Source§fn set_my_name(&self) -> <Trace<B> as Requester>::SetMyName ⓘ
fn set_my_name(&self) -> <Trace<B> as Requester>::SetMyName ⓘ
For Telegram documentation see
SetMyName.Source§fn get_my_name(&self) -> <Trace<B> as Requester>::GetMyName ⓘ
fn get_my_name(&self) -> <Trace<B> as Requester>::GetMyName ⓘ
For Telegram documentation see
GetMyName.Source§fn set_my_description(&self) -> <Trace<B> as Requester>::SetMyDescription ⓘ
fn set_my_description(&self) -> <Trace<B> as Requester>::SetMyDescription ⓘ
For Telegram documentation see
SetMyDescription.Source§fn get_my_description(&self) -> <Trace<B> as Requester>::GetMyDescription ⓘ
fn get_my_description(&self) -> <Trace<B> as Requester>::GetMyDescription ⓘ
For Telegram documentation see
GetMyDescription.Source§fn set_my_short_description(
&self,
) -> <Trace<B> as Requester>::SetMyShortDescription ⓘ
fn set_my_short_description( &self, ) -> <Trace<B> as Requester>::SetMyShortDescription ⓘ
For Telegram documentation see
SetMyShortDescription.Source§fn get_my_short_description(
&self,
) -> <Trace<B> as Requester>::GetMyShortDescription ⓘ
fn get_my_short_description( &self, ) -> <Trace<B> as Requester>::GetMyShortDescription ⓘ
For Telegram documentation see
GetMyShortDescription.For Telegram documentation see
SetChatMenuButton.For Telegram documentation see
GetChatMenuButton.Source§fn set_my_default_administrator_rights(
&self,
) -> <Trace<B> as Requester>::SetMyDefaultAdministratorRights ⓘ
fn set_my_default_administrator_rights( &self, ) -> <Trace<B> as Requester>::SetMyDefaultAdministratorRights ⓘ
For Telegram documentation see
SetMyDefaultAdministratorRights.Source§fn get_my_default_administrator_rights(
&self,
) -> <Trace<B> as Requester>::GetMyDefaultAdministratorRights ⓘ
fn get_my_default_administrator_rights( &self, ) -> <Trace<B> as Requester>::GetMyDefaultAdministratorRights ⓘ
For Telegram documentation see
GetMyDefaultAdministratorRights.Source§fn delete_my_commands(&self) -> <Trace<B> as Requester>::DeleteMyCommands ⓘ
fn delete_my_commands(&self) -> <Trace<B> as Requester>::DeleteMyCommands ⓘ
For Telegram documentation see
DeleteMyCommands.Source§fn answer_inline_query<R>(
&self,
inline_query_id: InlineQueryId,
results: R,
) -> <Trace<B> as Requester>::AnswerInlineQuery ⓘwhere
R: IntoIterator<Item = InlineQueryResult>,
fn answer_inline_query<R>(
&self,
inline_query_id: InlineQueryId,
results: R,
) -> <Trace<B> as Requester>::AnswerInlineQuery ⓘwhere
R: IntoIterator<Item = InlineQueryResult>,
For Telegram documentation see
AnswerInlineQuery.Source§fn answer_web_app_query<W>(
&self,
web_app_query_id: W,
result: InlineQueryResult,
) -> <Trace<B> as Requester>::AnswerWebAppQuery ⓘ
fn answer_web_app_query<W>( &self, web_app_query_id: W, result: InlineQueryResult, ) -> <Trace<B> as Requester>::AnswerWebAppQuery ⓘ
For Telegram documentation see
AnswerWebAppQuery.Source§fn save_prepared_inline_message(
&self,
user_id: UserId,
result: InlineQueryResult,
) -> <Trace<B> as Requester>::SavePreparedInlineMessage ⓘ
fn save_prepared_inline_message( &self, user_id: UserId, result: InlineQueryResult, ) -> <Trace<B> as Requester>::SavePreparedInlineMessage ⓘ
For Telegram documentation see
SavePreparedInlineMessage.Source§fn edit_message_text<C, T>(
&self,
chat_id: C,
message_id: MessageId,
text: T,
) -> <Trace<B> as Requester>::EditMessageText ⓘ
fn edit_message_text<C, T>( &self, chat_id: C, message_id: MessageId, text: T, ) -> <Trace<B> as Requester>::EditMessageText ⓘ
For Telegram documentation see
EditMessageText.Source§fn edit_message_text_inline<I, T>(
&self,
inline_message_id: I,
text: T,
) -> <Trace<B> as Requester>::EditMessageTextInline ⓘ
fn edit_message_text_inline<I, T>( &self, inline_message_id: I, text: T, ) -> <Trace<B> as Requester>::EditMessageTextInline ⓘ
For Telegram documentation see
EditMessageTextInline.Source§fn edit_message_caption<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::EditMessageCaption ⓘ
fn edit_message_caption<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::EditMessageCaption ⓘ
For Telegram documentation see
EditMessageCaption.Source§fn edit_message_caption_inline<I>(
&self,
inline_message_id: I,
) -> <Trace<B> as Requester>::EditMessageCaptionInline ⓘ
fn edit_message_caption_inline<I>( &self, inline_message_id: I, ) -> <Trace<B> as Requester>::EditMessageCaptionInline ⓘ
For Telegram documentation see
EditMessageCaptionInline.Source§fn edit_message_media<C>(
&self,
chat_id: C,
message_id: MessageId,
media: InputMedia,
) -> <Trace<B> as Requester>::EditMessageMedia ⓘ
fn edit_message_media<C>( &self, chat_id: C, message_id: MessageId, media: InputMedia, ) -> <Trace<B> as Requester>::EditMessageMedia ⓘ
For Telegram documentation see
EditMessageMedia.Source§fn edit_message_media_inline<I>(
&self,
inline_message_id: I,
media: InputMedia,
) -> <Trace<B> as Requester>::EditMessageMediaInline ⓘ
fn edit_message_media_inline<I>( &self, inline_message_id: I, media: InputMedia, ) -> <Trace<B> as Requester>::EditMessageMediaInline ⓘ
For Telegram documentation see
EditMessageMediaInline.Source§fn edit_message_reply_markup<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::EditMessageReplyMarkup ⓘ
fn edit_message_reply_markup<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::EditMessageReplyMarkup ⓘ
For Telegram documentation see
EditMessageReplyMarkup.Source§fn edit_message_reply_markup_inline<I>(
&self,
inline_message_id: I,
) -> <Trace<B> as Requester>::EditMessageReplyMarkupInline ⓘ
fn edit_message_reply_markup_inline<I>( &self, inline_message_id: I, ) -> <Trace<B> as Requester>::EditMessageReplyMarkupInline ⓘ
For Telegram documentation see
EditMessageReplyMarkupInline.Source§fn stop_poll<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::StopPoll ⓘ
fn stop_poll<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::StopPoll ⓘ
For Telegram documentation see
StopPoll.Source§fn delete_message<C>(
&self,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::DeleteMessage ⓘ
fn delete_message<C>( &self, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::DeleteMessage ⓘ
For Telegram documentation see
DeleteMessage.Source§fn delete_messages<C, M>(
&self,
chat_id: C,
message_ids: M,
) -> <Trace<B> as Requester>::DeleteMessages ⓘ
fn delete_messages<C, M>( &self, chat_id: C, message_ids: M, ) -> <Trace<B> as Requester>::DeleteMessages ⓘ
For Telegram documentation see
DeleteMessages.Source§fn send_sticker<C>(
&self,
chat_id: C,
sticker: InputFile,
) -> <Trace<B> as Requester>::SendSticker ⓘ
fn send_sticker<C>( &self, chat_id: C, sticker: InputFile, ) -> <Trace<B> as Requester>::SendSticker ⓘ
For Telegram documentation see
SendSticker.Source§fn get_sticker_set<N>(&self, name: N) -> <Trace<B> as Requester>::GetStickerSet ⓘ
fn get_sticker_set<N>(&self, name: N) -> <Trace<B> as Requester>::GetStickerSet ⓘ
For Telegram documentation see
GetStickerSet.Source§fn get_custom_emoji_stickers<C>(
&self,
custom_emoji_ids: C,
) -> <Trace<B> as Requester>::GetCustomEmojiStickers ⓘwhere
C: IntoIterator<Item = CustomEmojiId>,
fn get_custom_emoji_stickers<C>(
&self,
custom_emoji_ids: C,
) -> <Trace<B> as Requester>::GetCustomEmojiStickers ⓘwhere
C: IntoIterator<Item = CustomEmojiId>,
For Telegram documentation see
GetCustomEmojiStickers.Source§fn upload_sticker_file(
&self,
user_id: UserId,
sticker: InputFile,
sticker_format: StickerFormat,
) -> <Trace<B> as Requester>::UploadStickerFile ⓘ
fn upload_sticker_file( &self, user_id: UserId, sticker: InputFile, sticker_format: StickerFormat, ) -> <Trace<B> as Requester>::UploadStickerFile ⓘ
For Telegram documentation see
UploadStickerFile.Source§fn create_new_sticker_set<N, T, S>(
&self,
user_id: UserId,
name: N,
title: T,
stickers: S,
) -> <Trace<B> as Requester>::CreateNewStickerSet ⓘ
fn create_new_sticker_set<N, T, S>( &self, user_id: UserId, name: N, title: T, stickers: S, ) -> <Trace<B> as Requester>::CreateNewStickerSet ⓘ
For Telegram documentation see
CreateNewStickerSet.Source§fn add_sticker_to_set<N>(
&self,
user_id: UserId,
name: N,
sticker: InputSticker,
) -> <Trace<B> as Requester>::AddStickerToSet ⓘ
fn add_sticker_to_set<N>( &self, user_id: UserId, name: N, sticker: InputSticker, ) -> <Trace<B> as Requester>::AddStickerToSet ⓘ
For Telegram documentation see
AddStickerToSet.Source§fn set_sticker_position_in_set<S>(
&self,
sticker: S,
position: u32,
) -> <Trace<B> as Requester>::SetStickerPositionInSet ⓘ
fn set_sticker_position_in_set<S>( &self, sticker: S, position: u32, ) -> <Trace<B> as Requester>::SetStickerPositionInSet ⓘ
For Telegram documentation see
SetStickerPositionInSet.Source§fn delete_sticker_from_set<S>(
&self,
sticker: S,
) -> <Trace<B> as Requester>::DeleteStickerFromSet ⓘ
fn delete_sticker_from_set<S>( &self, sticker: S, ) -> <Trace<B> as Requester>::DeleteStickerFromSet ⓘ
For Telegram documentation see
DeleteStickerFromSet.Source§fn replace_sticker_in_set<N, O>(
&self,
user_id: UserId,
name: N,
old_sticker: O,
sticker: InputSticker,
) -> <Trace<B> as Requester>::ReplaceStickerInSet ⓘ
fn replace_sticker_in_set<N, O>( &self, user_id: UserId, name: N, old_sticker: O, sticker: InputSticker, ) -> <Trace<B> as Requester>::ReplaceStickerInSet ⓘ
For Telegram documentation see
ReplaceStickerInSet.Source§fn set_sticker_set_thumbnail<N>(
&self,
name: N,
user_id: UserId,
format: StickerFormat,
) -> <Trace<B> as Requester>::SetStickerSetThumbnail ⓘ
fn set_sticker_set_thumbnail<N>( &self, name: N, user_id: UserId, format: StickerFormat, ) -> <Trace<B> as Requester>::SetStickerSetThumbnail ⓘ
For Telegram documentation see
SetStickerSetThumbnail.Source§fn set_custom_emoji_sticker_set_thumbnail<N>(
&self,
name: N,
) -> <Trace<B> as Requester>::SetCustomEmojiStickerSetThumbnail ⓘ
fn set_custom_emoji_sticker_set_thumbnail<N>( &self, name: N, ) -> <Trace<B> as Requester>::SetCustomEmojiStickerSetThumbnail ⓘ
For Telegram documentation see
SetCustomEmojiStickerSetThumbnail.Source§fn set_sticker_set_title<N, T>(
&self,
name: N,
title: T,
) -> <Trace<B> as Requester>::SetStickerSetTitle ⓘ
fn set_sticker_set_title<N, T>( &self, name: N, title: T, ) -> <Trace<B> as Requester>::SetStickerSetTitle ⓘ
For Telegram documentation see
SetStickerSetTitle.Source§fn delete_sticker_set<N>(
&self,
name: N,
) -> <Trace<B> as Requester>::DeleteStickerSet ⓘ
fn delete_sticker_set<N>( &self, name: N, ) -> <Trace<B> as Requester>::DeleteStickerSet ⓘ
For Telegram documentation see
DeleteStickerSet.Source§fn set_sticker_emoji_list<S, E>(
&self,
sticker: S,
emoji_list: E,
) -> <Trace<B> as Requester>::SetStickerEmojiList ⓘ
fn set_sticker_emoji_list<S, E>( &self, sticker: S, emoji_list: E, ) -> <Trace<B> as Requester>::SetStickerEmojiList ⓘ
For Telegram documentation see
SetStickerEmojiList.Source§fn set_sticker_keywords<S>(
&self,
sticker: S,
) -> <Trace<B> as Requester>::SetStickerKeywords ⓘ
fn set_sticker_keywords<S>( &self, sticker: S, ) -> <Trace<B> as Requester>::SetStickerKeywords ⓘ
For Telegram documentation see
SetStickerKeywords.Source§fn set_sticker_mask_position<S>(
&self,
sticker: S,
) -> <Trace<B> as Requester>::SetStickerMaskPosition ⓘ
fn set_sticker_mask_position<S>( &self, sticker: S, ) -> <Trace<B> as Requester>::SetStickerMaskPosition ⓘ
For Telegram documentation see
SetStickerMaskPosition.Source§fn get_available_gifts(&self) -> <Trace<B> as Requester>::GetAvailableGifts ⓘ
fn get_available_gifts(&self) -> <Trace<B> as Requester>::GetAvailableGifts ⓘ
For Telegram documentation see
GetAvailableGifts.Source§fn send_gift(
&self,
user_id: UserId,
gift_id: GiftId,
) -> <Trace<B> as Requester>::SendGift ⓘ
fn send_gift( &self, user_id: UserId, gift_id: GiftId, ) -> <Trace<B> as Requester>::SendGift ⓘ
For Telegram documentation see
SendGift.Source§fn send_gift_chat<C>(
&self,
chat_id: C,
gift_id: GiftId,
) -> <Trace<B> as Requester>::SendGiftChat ⓘ
fn send_gift_chat<C>( &self, chat_id: C, gift_id: GiftId, ) -> <Trace<B> as Requester>::SendGiftChat ⓘ
For Telegram documentation see
SendGiftChat.For Telegram documentation see
GiftPremiumSubscription.Source§fn verify_user(&self, user_id: UserId) -> <Trace<B> as Requester>::VerifyUser ⓘ
fn verify_user(&self, user_id: UserId) -> <Trace<B> as Requester>::VerifyUser ⓘ
For Telegram documentation see
VerifyUser.Source§fn verify_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::VerifyChat ⓘ
fn verify_chat<C>(&self, chat_id: C) -> <Trace<B> as Requester>::VerifyChat ⓘ
For Telegram documentation see
VerifyChat.Source§fn remove_user_verification(
&self,
user_id: UserId,
) -> <Trace<B> as Requester>::RemoveUserVerification ⓘ
fn remove_user_verification( &self, user_id: UserId, ) -> <Trace<B> as Requester>::RemoveUserVerification ⓘ
For Telegram documentation see
RemoveUserVerification.Source§fn remove_chat_verification<C>(
&self,
chat_id: C,
) -> <Trace<B> as Requester>::RemoveChatVerification ⓘ
fn remove_chat_verification<C>( &self, chat_id: C, ) -> <Trace<B> as Requester>::RemoveChatVerification ⓘ
For Telegram documentation see
RemoveChatVerification.Source§fn read_business_message<C>(
&self,
business_connection_id: BusinessConnectionId,
chat_id: C,
message_id: MessageId,
) -> <Trace<B> as Requester>::ReadBusinessMessage ⓘ
fn read_business_message<C>( &self, business_connection_id: BusinessConnectionId, chat_id: C, message_id: MessageId, ) -> <Trace<B> as Requester>::ReadBusinessMessage ⓘ
For Telegram documentation see
ReadBusinessMessage.Source§fn delete_business_messages<M>(
&self,
business_connection_id: BusinessConnectionId,
message_ids: M,
) -> <Trace<B> as Requester>::DeleteBusinessMessages ⓘwhere
M: IntoIterator<Item = MessageId>,
fn delete_business_messages<M>(
&self,
business_connection_id: BusinessConnectionId,
message_ids: M,
) -> <Trace<B> as Requester>::DeleteBusinessMessages ⓘwhere
M: IntoIterator<Item = MessageId>,
For Telegram documentation see
DeleteBusinessMessages.Source§fn set_business_account_name<F>(
&self,
business_connection_id: BusinessConnectionId,
first_name: F,
) -> <Trace<B> as Requester>::SetBusinessAccountName ⓘ
fn set_business_account_name<F>( &self, business_connection_id: BusinessConnectionId, first_name: F, ) -> <Trace<B> as Requester>::SetBusinessAccountName ⓘ
For Telegram documentation see
SetBusinessAccountName.Source§fn set_business_account_username(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::SetBusinessAccountUsername ⓘ
fn set_business_account_username( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::SetBusinessAccountUsername ⓘ
For Telegram documentation see
SetBusinessAccountUsername.Source§fn set_business_account_bio(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::SetBusinessAccountBio ⓘ
fn set_business_account_bio( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::SetBusinessAccountBio ⓘ
For Telegram documentation see
SetBusinessAccountBio.Source§fn set_business_account_profile_photo(
&self,
business_connection_id: BusinessConnectionId,
photo: InputProfilePhoto,
) -> <Trace<B> as Requester>::SetBusinessAccountProfilePhoto ⓘ
fn set_business_account_profile_photo( &self, business_connection_id: BusinessConnectionId, photo: InputProfilePhoto, ) -> <Trace<B> as Requester>::SetBusinessAccountProfilePhoto ⓘ
For Telegram documentation see
SetBusinessAccountProfilePhoto.Source§fn remove_business_account_profile_photo(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::RemoveBusinessAccountProfilePhoto ⓘ
fn remove_business_account_profile_photo( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::RemoveBusinessAccountProfilePhoto ⓘ
For Telegram documentation see
RemoveBusinessAccountProfilePhoto.Source§fn set_business_account_gift_settings(
&self,
business_connection_id: BusinessConnectionId,
show_gift_button: bool,
accepted_gift_types: AcceptedGiftTypes,
) -> <Trace<B> as Requester>::SetBusinessAccountGiftSettings ⓘ
fn set_business_account_gift_settings( &self, business_connection_id: BusinessConnectionId, show_gift_button: bool, accepted_gift_types: AcceptedGiftTypes, ) -> <Trace<B> as Requester>::SetBusinessAccountGiftSettings ⓘ
For Telegram documentation see
SetBusinessAccountGiftSettings.Source§fn get_business_account_star_balance(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::GetBusinessAccountStarBalance ⓘ
fn get_business_account_star_balance( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::GetBusinessAccountStarBalance ⓘ
For Telegram documentation see
GetBusinessAccountStarBalance.Source§fn transfer_business_account_stars(
&self,
business_connection_id: BusinessConnectionId,
star_count: u32,
) -> <Trace<B> as Requester>::TransferBusinessAccountStars ⓘ
fn transfer_business_account_stars( &self, business_connection_id: BusinessConnectionId, star_count: u32, ) -> <Trace<B> as Requester>::TransferBusinessAccountStars ⓘ
For Telegram documentation see
TransferBusinessAccountStars.Source§fn get_business_account_gifts(
&self,
business_connection_id: BusinessConnectionId,
) -> <Trace<B> as Requester>::GetBusinessAccountGifts ⓘ
fn get_business_account_gifts( &self, business_connection_id: BusinessConnectionId, ) -> <Trace<B> as Requester>::GetBusinessAccountGifts ⓘ
For Telegram documentation see
GetBusinessAccountGifts.Source§fn convert_gift_to_stars(
&self,
business_connection_id: BusinessConnectionId,
owned_gift_id: OwnedGiftId,
) -> <Trace<B> as Requester>::ConvertGiftToStars ⓘ
fn convert_gift_to_stars( &self, business_connection_id: BusinessConnectionId, owned_gift_id: OwnedGiftId, ) -> <Trace<B> as Requester>::ConvertGiftToStars ⓘ
For Telegram documentation see
ConvertGiftToStars.Source§fn upgrade_gift(
&self,
business_connection_id: BusinessConnectionId,
owned_gift_id: OwnedGiftId,
) -> <Trace<B> as Requester>::UpgradeGift ⓘ
fn upgrade_gift( &self, business_connection_id: BusinessConnectionId, owned_gift_id: OwnedGiftId, ) -> <Trace<B> as Requester>::UpgradeGift ⓘ
For Telegram documentation see
UpgradeGift.Source§fn transfer_gift<N>(
&self,
business_connection_id: BusinessConnectionId,
owned_gift_id: OwnedGiftId,
new_owner_chat_id: N,
) -> <Trace<B> as Requester>::TransferGift ⓘ
fn transfer_gift<N>( &self, business_connection_id: BusinessConnectionId, owned_gift_id: OwnedGiftId, new_owner_chat_id: N, ) -> <Trace<B> as Requester>::TransferGift ⓘ
For Telegram documentation see
TransferGift.Source§fn post_story(
&self,
business_connection_id: BusinessConnectionId,
content: InputStoryContent,
active_period: Seconds,
) -> <Trace<B> as Requester>::PostStory ⓘ
fn post_story( &self, business_connection_id: BusinessConnectionId, content: InputStoryContent, active_period: Seconds, ) -> <Trace<B> as Requester>::PostStory ⓘ
For Telegram documentation see
PostStory.Source§fn edit_story(
&self,
business_connection_id: BusinessConnectionId,
story_id: StoryId,
content: InputStoryContent,
) -> <Trace<B> as Requester>::EditStory ⓘ
fn edit_story( &self, business_connection_id: BusinessConnectionId, story_id: StoryId, content: InputStoryContent, ) -> <Trace<B> as Requester>::EditStory ⓘ
For Telegram documentation see
EditStory.Source§fn delete_story(
&self,
business_connection_id: BusinessConnectionId,
story_id: StoryId,
) -> <Trace<B> as Requester>::DeleteStory ⓘ
fn delete_story( &self, business_connection_id: BusinessConnectionId, story_id: StoryId, ) -> <Trace<B> as Requester>::DeleteStory ⓘ
For Telegram documentation see
DeleteStory.Source§fn send_invoice<Ch, T, D, Pa, C, P>(
&self,
chat_id: Ch,
title: T,
description: D,
payload: Pa,
currency: C,
prices: P,
) -> <Trace<B> as Requester>::SendInvoice ⓘ
fn send_invoice<Ch, T, D, Pa, C, P>( &self, chat_id: Ch, title: T, description: D, payload: Pa, currency: C, prices: P, ) -> <Trace<B> as Requester>::SendInvoice ⓘ
For Telegram documentation see
SendInvoice.Source§fn create_invoice_link<T, D, Pa, C, P>(
&self,
title: T,
description: D,
payload: Pa,
currency: C,
prices: P,
) -> <Trace<B> as Requester>::CreateInvoiceLink ⓘwhere
T: Into<String>,
D: Into<String>,
Pa: Into<String>,
C: Into<String>,
P: IntoIterator<Item = LabeledPrice>,
fn create_invoice_link<T, D, Pa, C, P>(
&self,
title: T,
description: D,
payload: Pa,
currency: C,
prices: P,
) -> <Trace<B> as Requester>::CreateInvoiceLink ⓘwhere
T: Into<String>,
D: Into<String>,
Pa: Into<String>,
C: Into<String>,
P: IntoIterator<Item = LabeledPrice>,
For Telegram documentation see
CreateInvoiceLink.Source§fn answer_shipping_query(
&self,
shipping_query_id: ShippingQueryId,
ok: bool,
) -> <Trace<B> as Requester>::AnswerShippingQuery ⓘ
fn answer_shipping_query( &self, shipping_query_id: ShippingQueryId, ok: bool, ) -> <Trace<B> as Requester>::AnswerShippingQuery ⓘ
For Telegram documentation see
AnswerShippingQuery.Source§fn answer_pre_checkout_query(
&self,
pre_checkout_query_id: PreCheckoutQueryId,
ok: bool,
) -> <Trace<B> as Requester>::AnswerPreCheckoutQuery ⓘ
fn answer_pre_checkout_query( &self, pre_checkout_query_id: PreCheckoutQueryId, ok: bool, ) -> <Trace<B> as Requester>::AnswerPreCheckoutQuery ⓘ
For Telegram documentation see
AnswerPreCheckoutQuery.Source§fn get_my_star_balance(&self) -> <Trace<B> as Requester>::GetMyStarBalance ⓘ
fn get_my_star_balance(&self) -> <Trace<B> as Requester>::GetMyStarBalance ⓘ
For Telegram documentation see
GetMyStarBalance.Source§fn get_star_transactions(&self) -> <Trace<B> as Requester>::GetStarTransactions ⓘ
fn get_star_transactions(&self) -> <Trace<B> as Requester>::GetStarTransactions ⓘ
For Telegram documentation see
GetStarTransactions.Source§fn refund_star_payment(
&self,
user_id: UserId,
telegram_payment_charge_id: TelegramTransactionId,
) -> <Trace<B> as Requester>::RefundStarPayment ⓘ
fn refund_star_payment( &self, user_id: UserId, telegram_payment_charge_id: TelegramTransactionId, ) -> <Trace<B> as Requester>::RefundStarPayment ⓘ
For Telegram documentation see
RefundStarPayment.Source§fn edit_user_star_subscription(
&self,
user_id: UserId,
telegram_payment_charge_id: TelegramTransactionId,
is_canceled: bool,
) -> <Trace<B> as Requester>::EditUserStarSubscription ⓘ
fn edit_user_star_subscription( &self, user_id: UserId, telegram_payment_charge_id: TelegramTransactionId, is_canceled: bool, ) -> <Trace<B> as Requester>::EditUserStarSubscription ⓘ
For Telegram documentation see
EditUserStarSubscription.Source§fn set_passport_data_errors<E>(
&self,
user_id: UserId,
errors: E,
) -> <Trace<B> as Requester>::SetPassportDataErrors ⓘwhere
E: IntoIterator<Item = PassportElementError>,
fn set_passport_data_errors<E>(
&self,
user_id: UserId,
errors: E,
) -> <Trace<B> as Requester>::SetPassportDataErrors ⓘwhere
E: IntoIterator<Item = PassportElementError>,
For Telegram documentation see
SetPassportDataErrors.Source§fn send_game<C, G>(
&self,
chat_id: C,
game_short_name: G,
) -> <Trace<B> as Requester>::SendGame ⓘ
fn send_game<C, G>( &self, chat_id: C, game_short_name: G, ) -> <Trace<B> as Requester>::SendGame ⓘ
For Telegram documentation see
SendGame.Source§fn set_game_score(
&self,
user_id: UserId,
score: u64,
chat_id: u32,
message_id: MessageId,
) -> <Trace<B> as Requester>::SetGameScore ⓘ
fn set_game_score( &self, user_id: UserId, score: u64, chat_id: u32, message_id: MessageId, ) -> <Trace<B> as Requester>::SetGameScore ⓘ
For Telegram documentation see
SetGameScore.Source§fn set_game_score_inline<I>(
&self,
user_id: UserId,
score: u64,
inline_message_id: I,
) -> <Trace<B> as Requester>::SetGameScoreInline ⓘ
fn set_game_score_inline<I>( &self, user_id: UserId, score: u64, inline_message_id: I, ) -> <Trace<B> as Requester>::SetGameScoreInline ⓘ
For Telegram documentation see
SetGameScoreInline.Source§fn get_game_high_scores<T>(
&self,
user_id: UserId,
target: T,
) -> <Trace<B> as Requester>::GetGameHighScores ⓘwhere
T: Into<TargetMessage>,
fn get_game_high_scores<T>(
&self,
user_id: UserId,
target: T,
) -> <Trace<B> as Requester>::GetGameHighScores ⓘwhere
T: Into<TargetMessage>,
For Telegram documentation see
GetGameHighScores.Source§fn approve_chat_join_request<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::ApproveChatJoinRequest ⓘ
fn approve_chat_join_request<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::ApproveChatJoinRequest ⓘ
For Telegram documentation see
ApproveChatJoinRequest.Source§fn decline_chat_join_request<C>(
&self,
chat_id: C,
user_id: UserId,
) -> <Trace<B> as Requester>::DeclineChatJoinRequest ⓘ
fn decline_chat_join_request<C>( &self, chat_id: C, user_id: UserId, ) -> <Trace<B> as Requester>::DeclineChatJoinRequest ⓘ
For Telegram documentation see
DeclineChatJoinRequest.Auto Trait Implementations§
impl<B> Freeze for Trace<B>where
B: Freeze,
impl<B> RefUnwindSafe for Trace<B>where
B: RefUnwindSafe,
impl<B> Send for Trace<B>where
B: Send,
impl<B> Sync for Trace<B>where
B: Sync,
impl<B> Unpin for Trace<B>where
B: Unpin,
impl<B> UnwindSafe for Trace<B>where
B: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<R> BotMessagesExt for Rwhere
R: Requester,
impl<R> BotMessagesExt for Rwhere
R: Requester,
Source§fn forward<C>(
&self,
to_chat_id: C,
message: &Message,
) -> <R as Requester>::ForwardMessage
fn forward<C>( &self, to_chat_id: C, message: &Message, ) -> <R as Requester>::ForwardMessage
This function is the same as
Bot::forward_message,
but can take in Message to forward it.Source§fn edit_live_location(
&self,
message: &Message,
latitude: f64,
longitude: f64,
) -> <R as Requester>::EditMessageLiveLocation
fn edit_live_location( &self, message: &Message, latitude: f64, longitude: f64, ) -> <R as Requester>::EditMessageLiveLocation
This function is the same as
Bot::edit_message_live_location,
but can take in Message to edit it.Source§fn stop_live_location(
&self,
message: &Message,
) -> <R as Requester>::StopMessageLiveLocation
fn stop_live_location( &self, message: &Message, ) -> <R as Requester>::StopMessageLiveLocation
This function is the same as
Bot::stop_message_live_location,
but can take in Message to stop the live location in it.Source§fn set_reaction(
&self,
message: &Message,
) -> <R as Requester>::SetMessageReaction
fn set_reaction( &self, message: &Message, ) -> <R as Requester>::SetMessageReaction
This function is the same as
Bot::set_message_reaction,
but can take in Message to set a reaction on it.Source§fn pin(&self, message: &Message) -> <R as Requester>::PinChatMessage
fn pin(&self, message: &Message) -> <R as Requester>::PinChatMessage
This function is the same as
Bot::pin_chat_message,
but can take in Message to pin it.Source§fn unpin(&self, message: &Message) -> <R as Requester>::UnpinChatMessage
fn unpin(&self, message: &Message) -> <R as Requester>::UnpinChatMessage
This function is the same as
Bot::unpin_chat_message,
but can take in Message to unpin it.Source§fn edit_text<T>(
&self,
message: &Message,
text: T,
) -> <R as Requester>::EditMessageText
fn edit_text<T>( &self, message: &Message, text: T, ) -> <R as Requester>::EditMessageText
This function is the same as
Bot::edit_message_text,
but can take in Message to edit it.Source§fn edit_caption(
&self,
message: &Message,
) -> <R as Requester>::EditMessageCaption
fn edit_caption( &self, message: &Message, ) -> <R as Requester>::EditMessageCaption
This function is the same as
Bot::edit_message_caption,
but can take in Message to edit it.Source§fn edit_media(
&self,
message: &Message,
media: InputMedia,
) -> <R as Requester>::EditMessageMedia
fn edit_media( &self, message: &Message, media: InputMedia, ) -> <R as Requester>::EditMessageMedia
This function is the same as
Bot::edit_message_media,
but can take in Message to edit it.Source§fn edit_reply_markup(
&self,
message: &Message,
) -> <R as Requester>::EditMessageReplyMarkup
fn edit_reply_markup( &self, message: &Message, ) -> <R as Requester>::EditMessageReplyMarkup
This function is the same as
Bot::edit_message_reply_markup,
but can take in Message to edit it.Source§fn stop_poll_message(&self, message: &Message) -> <R as Requester>::StopPoll
fn stop_poll_message(&self, message: &Message) -> <R as Requester>::StopPoll
This function is the same as
Bot::stop_poll,
but can take in Message to stop the poll in it.Source§fn delete(&self, message: &Message) -> <R as Requester>::DeleteMessage
fn delete(&self, message: &Message) -> <R as Requester>::DeleteMessage
This function is the same as
Bot::delete_message,
but can take in Message to delete it.Source§fn copy<C>(
&self,
to_chat_id: C,
message: &Message,
) -> <R as Requester>::CopyMessage
fn copy<C>( &self, to_chat_id: C, message: &Message, ) -> <R as Requester>::CopyMessage
This function is the same as
Bot::copy_message,
but can take in Message to copy it.fn iter_star_transactions(&self) -> impl Stream<Item = StarTransaction>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Erasable for T
impl<T> Erasable for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> RequesterExt for Twhere
T: Requester,
impl<T> RequesterExt for Twhere
T: Requester,
Source§fn cache_me(self) -> CacheMe<Self> ⓘwhere
Self: Sized,
fn cache_me(self) -> CacheMe<Self> ⓘwhere
Self: Sized,
Add
get_me caching ability, see CacheMe for more.Source§fn erase<'a>(self) -> ErasedRequester<'a, Self::Err> ⓘwhere
Self: 'a + Sized,
fn erase<'a>(self) -> ErasedRequester<'a, Self::Err> ⓘwhere
Self: 'a + Sized,
Erase requester type.
Source§fn trace(self, settings: Settings) -> Trace<Self> ⓘwhere
Self: Sized,
fn trace(self, settings: Settings) -> Trace<Self> ⓘwhere
Self: Sized,
Trace requests, see
Trace for more.