Struct teloxide_core::requests::JsonRequest
source · pub struct JsonRequest<P> { /* private fields */ }
Expand description
A ready-to-send Telegram request whose payload is sent using JSON.
Implementations§
Trait Implementations§
source§impl<P: Clone> Clone for JsonRequest<P>
impl<P: Clone> Clone for JsonRequest<P>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<P> HasPayload for JsonRequest<P>where
P: Payload,
impl<P> HasPayload for JsonRequest<P>where
P: Payload,
source§fn payload_mut(&mut self) -> &mut Self::Payload
fn payload_mut(&mut self) -> &mut Self::Payload
Gain mutable access to the underlying payload.
source§fn payload_ref(&self) -> &Self::Payload
fn payload_ref(&self) -> &Self::Payload
Gain immutable access to the underlying payload.
source§impl<P> IntoFuture for JsonRequest<P>
impl<P> IntoFuture for JsonRequest<P>
§type Output = Result<<P as Payload>::Output, RequestError>
type Output = Result<<P as Payload>::Output, RequestError>
The output that the future will produce on completion.
§type IntoFuture = Send<P>
type IntoFuture = Send<P>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl<P> Request for JsonRequest<P>
impl<P> Request for JsonRequest<P>
§type Err = RequestError
type Err = RequestError
The type of an error that may happen while sending a request to
Telegram.
Auto Trait Implementations§
impl<P> Freeze for JsonRequest<P>where
P: Freeze,
impl<P> !RefUnwindSafe for JsonRequest<P>
impl<P> Send for JsonRequest<P>where
P: Send,
impl<P> Sync for JsonRequest<P>where
P: Sync,
impl<P> Unpin for JsonRequest<P>where
P: Unpin,
impl<P> !UnwindSafe for JsonRequest<P>
Blanket Implementations§
source§impl<P> AddStickerToSetSetters for Pwhere
P: HasPayload<Payload = AddStickerToSet>,
impl<P> AddStickerToSetSetters for Pwhere
P: HasPayload<Payload = AddStickerToSet>,
source§impl<P> AnswerCallbackQuerySetters for Pwhere
P: HasPayload<Payload = AnswerCallbackQuery>,
impl<P> AnswerCallbackQuerySetters for Pwhere
P: HasPayload<Payload = AnswerCallbackQuery>,
source§fn callback_query_id<T>(self, value: T) -> Self
fn callback_query_id<T>(self, value: T) -> Self
Setter for
callback_query_id
field.source§fn show_alert(self, value: bool) -> Self
fn show_alert(self, value: bool) -> Self
Setter for
show_alert
field.source§fn cache_time(self, value: u32) -> Self
fn cache_time(self, value: u32) -> Self
Setter for
cache_time
field.source§impl<P> AnswerInlineQuerySetters for Pwhere
P: HasPayload<Payload = AnswerInlineQuery>,
impl<P> AnswerInlineQuerySetters for Pwhere
P: HasPayload<Payload = AnswerInlineQuery>,
source§fn inline_query_id<T>(self, value: T) -> Self
fn inline_query_id<T>(self, value: T) -> Self
Setter for
inline_query_id
field.source§fn results<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InlineQueryResult>,
fn results<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InlineQueryResult>,
Setter for
results
field.source§fn cache_time(self, value: u32) -> Self
fn cache_time(self, value: u32) -> Self
Setter for
cache_time
field.source§fn is_personal(self, value: bool) -> Self
fn is_personal(self, value: bool) -> Self
Setter for
is_personal
field.source§fn next_offset<T>(self, value: T) -> Self
fn next_offset<T>(self, value: T) -> Self
Setter for
next_offset
field.Setter for
button
field.source§impl<P> AnswerPreCheckoutQuerySetters for Pwhere
P: HasPayload<Payload = AnswerPreCheckoutQuery>,
impl<P> AnswerPreCheckoutQuerySetters for Pwhere
P: HasPayload<Payload = AnswerPreCheckoutQuery>,
source§fn pre_checkout_query_id<T>(self, value: T) -> Self
fn pre_checkout_query_id<T>(self, value: T) -> Self
Setter for
pre_checkout_query_id
field.source§fn error_message<T>(self, value: T) -> Self
fn error_message<T>(self, value: T) -> Self
Setter for
error_message
field.source§impl<P> AnswerShippingQuerySetters for Pwhere
P: HasPayload<Payload = AnswerShippingQuery>,
impl<P> AnswerShippingQuerySetters for Pwhere
P: HasPayload<Payload = AnswerShippingQuery>,
source§fn shipping_query_id<T>(self, value: T) -> Self
fn shipping_query_id<T>(self, value: T) -> Self
Setter for
shipping_query_id
field.source§fn shipping_options<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = ShippingOption>,
fn shipping_options<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = ShippingOption>,
Setter for
shipping_options
field.source§fn error_message<T>(self, value: T) -> Self
fn error_message<T>(self, value: T) -> Self
Setter for
error_message
field.source§impl<P> AnswerWebAppQuerySetters for Pwhere
P: HasPayload<Payload = AnswerWebAppQuery>,
impl<P> AnswerWebAppQuerySetters for Pwhere
P: HasPayload<Payload = AnswerWebAppQuery>,
source§fn web_app_query_id<T>(self, value: T) -> Self
fn web_app_query_id<T>(self, value: T) -> Self
Setter for
web_app_query_id
field.source§fn result(self, value: InlineQueryResult) -> Self
fn result(self, value: InlineQueryResult) -> Self
Setter for
result
field.source§impl<P> ApproveChatJoinRequestSetters for Pwhere
P: HasPayload<Payload = ApproveChatJoinRequest>,
impl<P> ApproveChatJoinRequestSetters for Pwhere
P: HasPayload<Payload = ApproveChatJoinRequest>,
source§impl<P> BanChatMemberSetters for Pwhere
P: HasPayload<Payload = BanChatMember>,
impl<P> BanChatMemberSetters for Pwhere
P: HasPayload<Payload = BanChatMember>,
source§fn until_date<T>(self, value: T) -> Self
fn until_date<T>(self, value: T) -> Self
Setter for
until_date
field.source§fn revoke_messages(self, value: bool) -> Self
fn revoke_messages(self, value: bool) -> Self
Setter for
revoke_messages
field.source§impl<P> BanChatSenderChatSetters for Pwhere
P: HasPayload<Payload = BanChatSenderChat>,
impl<P> BanChatSenderChatSetters for Pwhere
P: HasPayload<Payload = BanChatSenderChat>,
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<P> CloseForumTopicSetters for Pwhere
P: HasPayload<Payload = CloseForumTopic>,
impl<P> CloseForumTopicSetters for Pwhere
P: HasPayload<Payload = CloseForumTopic>,
source§impl<P> CloseGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = CloseGeneralForumTopic>,
impl<P> CloseGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = CloseGeneralForumTopic>,
source§impl<P> CopyMessageSetters for Pwhere
P: HasPayload<Payload = CopyMessage>,
impl<P> CopyMessageSetters for Pwhere
P: HasPayload<Payload = CopyMessage>,
source§fn from_chat_id<T>(self, value: T) -> Self
fn from_chat_id<T>(self, value: T) -> Self
Setter for
from_chat_id
field.source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> CopyMessagesSetters for Pwhere
P: HasPayload<Payload = CopyMessages>,
impl<P> CopyMessagesSetters for Pwhere
P: HasPayload<Payload = CopyMessages>,
source§fn from_chat_id<T>(self, value: T) -> Self
fn from_chat_id<T>(self, value: T) -> Self
Setter for
from_chat_id
field.source§fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
Setter for
message_ids
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.Setter for
remove_caption
field.source§impl<P> CreateChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = CreateChatInviteLink>,
impl<P> CreateChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = CreateChatInviteLink>,
source§fn expire_date<T>(self, value: T) -> Self
fn expire_date<T>(self, value: T) -> Self
Setter for
expire_date
field.source§fn member_limit(self, value: u32) -> Self
fn member_limit(self, value: u32) -> Self
Setter for
member_limit
field.source§fn creates_join_request(self, value: bool) -> Self
fn creates_join_request(self, value: bool) -> Self
Setter for
creates_join_request
field.source§impl<P> CreateForumTopicSetters for Pwhere
P: HasPayload<Payload = CreateForumTopic>,
impl<P> CreateForumTopicSetters for Pwhere
P: HasPayload<Payload = CreateForumTopic>,
source§fn icon_color(self, value: u32) -> Self
fn icon_color(self, value: u32) -> Self
Setter for
icon_color
field.source§fn icon_custom_emoji_id<T>(self, value: T) -> Self
fn icon_custom_emoji_id<T>(self, value: T) -> Self
Setter for
icon_custom_emoji_id
field.source§impl<P> CreateInvoiceLinkSetters for Pwhere
P: HasPayload<Payload = CreateInvoiceLink>,
impl<P> CreateInvoiceLinkSetters for Pwhere
P: HasPayload<Payload = CreateInvoiceLink>,
source§fn description<T>(self, value: T) -> Self
fn description<T>(self, value: T) -> Self
Setter for
description
field.source§fn provider_token<T>(self, value: T) -> Self
fn provider_token<T>(self, value: T) -> Self
Setter for
provider_token
field.source§fn prices<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = LabeledPrice>,
fn prices<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = LabeledPrice>,
Setter for
prices
field.source§fn max_tip_amount(self, value: u32) -> Self
fn max_tip_amount(self, value: u32) -> Self
Setter for
max_tip_amount
field.source§fn suggested_tip_amounts<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = u32>,
fn suggested_tip_amounts<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = u32>,
Setter for
suggested_tip_amounts
field.source§fn provider_data<T>(self, value: T) -> Self
fn provider_data<T>(self, value: T) -> Self
Setter for
provider_data
field.source§fn photo_size<T>(self, value: T) -> Self
fn photo_size<T>(self, value: T) -> Self
Setter for
photo_size
field.source§fn photo_width<T>(self, value: T) -> Self
fn photo_width<T>(self, value: T) -> Self
Setter for
photo_width
field.source§fn photo_height<T>(self, value: T) -> Self
fn photo_height<T>(self, value: T) -> Self
Setter for
photo_height
field.source§fn need_phone_number(self, value: bool) -> Self
fn need_phone_number(self, value: bool) -> Self
Setter for
need_phone_number
field.source§fn need_email(self, value: bool) -> Self
fn need_email(self, value: bool) -> Self
Setter for
need_email
field.source§fn need_shipping_address(self, value: bool) -> Self
fn need_shipping_address(self, value: bool) -> Self
Setter for
need_shipping_address
field.source§fn send_phone_number_to_provider(self, value: bool) -> Self
fn send_phone_number_to_provider(self, value: bool) -> Self
Setter for
send_phone_number_to_provider
field.source§fn send_email_to_provider(self, value: bool) -> Self
fn send_email_to_provider(self, value: bool) -> Self
Setter for
send_email_to_provider
field.source§fn is_flexible(self, value: bool) -> Self
fn is_flexible(self, value: bool) -> Self
Setter for
is_flexible
field.source§impl<P> CreateNewStickerSetSetters for Pwhere
P: HasPayload<Payload = CreateNewStickerSet>,
impl<P> CreateNewStickerSetSetters for Pwhere
P: HasPayload<Payload = CreateNewStickerSet>,
source§fn stickers<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InputSticker>,
fn stickers<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InputSticker>,
Setter for
stickers
field.source§fn sticker_format(self, value: StickerFormat) -> Self
fn sticker_format(self, value: StickerFormat) -> Self
Setter for
sticker_format
field.source§fn sticker_type(self, value: StickerType) -> Self
fn sticker_type(self, value: StickerType) -> Self
Setter for
sticker_type
field.source§fn needs_repainting(self, value: bool) -> Self
fn needs_repainting(self, value: bool) -> Self
Setter for
needs_repainting
field.source§impl<P> DeclineChatJoinRequestSetters for Pwhere
P: HasPayload<Payload = DeclineChatJoinRequest>,
impl<P> DeclineChatJoinRequestSetters for Pwhere
P: HasPayload<Payload = DeclineChatJoinRequest>,
source§impl<P> DeleteChatPhotoSetters for Pwhere
P: HasPayload<Payload = DeleteChatPhoto>,
impl<P> DeleteChatPhotoSetters for Pwhere
P: HasPayload<Payload = DeleteChatPhoto>,
source§impl<P> DeleteChatStickerSetSetters for Pwhere
P: HasPayload<Payload = DeleteChatStickerSet>,
impl<P> DeleteChatStickerSetSetters for Pwhere
P: HasPayload<Payload = DeleteChatStickerSet>,
source§impl<P> DeleteForumTopicSetters for Pwhere
P: HasPayload<Payload = DeleteForumTopic>,
impl<P> DeleteForumTopicSetters for Pwhere
P: HasPayload<Payload = DeleteForumTopic>,
source§impl<P> DeleteMessageSetters for Pwhere
P: HasPayload<Payload = DeleteMessage>,
impl<P> DeleteMessageSetters for Pwhere
P: HasPayload<Payload = DeleteMessage>,
source§impl<P> DeleteMessagesSetters for Pwhere
P: HasPayload<Payload = DeleteMessages>,
impl<P> DeleteMessagesSetters for Pwhere
P: HasPayload<Payload = DeleteMessages>,
source§fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
Setter for
message_ids
field.source§impl<P> DeleteMyCommandsSetters for Pwhere
P: HasPayload<Payload = DeleteMyCommands>,
impl<P> DeleteMyCommandsSetters for Pwhere
P: HasPayload<Payload = DeleteMyCommands>,
source§fn scope(self, value: BotCommandScope) -> Self
fn scope(self, value: BotCommandScope) -> Self
Setter for
scope
field.source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> DeleteStickerFromSetSetters for Pwhere
P: HasPayload<Payload = DeleteStickerFromSet>,
impl<P> DeleteStickerFromSetSetters for Pwhere
P: HasPayload<Payload = DeleteStickerFromSet>,
source§impl<P> DeleteStickerSetSetters for Pwhere
P: HasPayload<Payload = DeleteStickerSet>,
impl<P> DeleteStickerSetSetters for Pwhere
P: HasPayload<Payload = DeleteStickerSet>,
source§impl<P> DeleteWebhookSetters for Pwhere
P: HasPayload<Payload = DeleteWebhook>,
impl<P> DeleteWebhookSetters for Pwhere
P: HasPayload<Payload = DeleteWebhook>,
source§fn drop_pending_updates(self, value: bool) -> Self
fn drop_pending_updates(self, value: bool) -> Self
Setter for
drop_pending_updates
field.source§impl<P> EditChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = EditChatInviteLink>,
impl<P> EditChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = EditChatInviteLink>,
source§fn invite_link<T>(self, value: T) -> Self
fn invite_link<T>(self, value: T) -> Self
Setter for
invite_link
field.source§fn expire_date<T>(self, value: T) -> Self
fn expire_date<T>(self, value: T) -> Self
Setter for
expire_date
field.source§fn member_limit(self, value: u32) -> Self
fn member_limit(self, value: u32) -> Self
Setter for
member_limit
field.source§fn creates_join_request(self, value: bool) -> Self
fn creates_join_request(self, value: bool) -> Self
Setter for
creates_join_request
field.source§impl<P> EditForumTopicSetters for Pwhere
P: HasPayload<Payload = EditForumTopic>,
impl<P> EditForumTopicSetters for Pwhere
P: HasPayload<Payload = EditForumTopic>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn icon_custom_emoji_id<T>(self, value: T) -> Self
fn icon_custom_emoji_id<T>(self, value: T) -> Self
Setter for
icon_custom_emoji_id
field.source§impl<P> EditGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = EditGeneralForumTopic>,
impl<P> EditGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = EditGeneralForumTopic>,
source§impl<P> EditMessageCaptionInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageCaptionInline>,
impl<P> EditMessageCaptionInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageCaptionInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageCaptionSetters for Pwhere
P: HasPayload<Payload = EditMessageCaption>,
impl<P> EditMessageCaptionSetters for Pwhere
P: HasPayload<Payload = EditMessageCaption>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageLiveLocationInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageLiveLocationInline>,
impl<P> EditMessageLiveLocationInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageLiveLocationInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn horizontal_accuracy(self, value: f64) -> Self
fn horizontal_accuracy(self, value: f64) -> Self
Setter for
horizontal_accuracy
field.source§fn proximity_alert_radius(self, value: u32) -> Self
fn proximity_alert_radius(self, value: u32) -> Self
Setter for
proximity_alert_radius
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> EditMessageLiveLocationSetters for Pwhere
P: HasPayload<Payload = EditMessageLiveLocation>,
impl<P> EditMessageLiveLocationSetters for Pwhere
P: HasPayload<Payload = EditMessageLiveLocation>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn horizontal_accuracy(self, value: f64) -> Self
fn horizontal_accuracy(self, value: f64) -> Self
Setter for
horizontal_accuracy
field.source§fn proximity_alert_radius(self, value: u32) -> Self
fn proximity_alert_radius(self, value: u32) -> Self
Setter for
proximity_alert_radius
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> EditMessageMediaInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageMediaInline>,
impl<P> EditMessageMediaInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageMediaInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn media(self, value: InputMedia) -> Self
fn media(self, value: InputMedia) -> Self
Setter for
media
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageMediaSetters for Pwhere
P: HasPayload<Payload = EditMessageMedia>,
impl<P> EditMessageMediaSetters for Pwhere
P: HasPayload<Payload = EditMessageMedia>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn media(self, value: InputMedia) -> Self
fn media(self, value: InputMedia) -> Self
Setter for
media
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageReplyMarkupInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageReplyMarkupInline>,
impl<P> EditMessageReplyMarkupInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageReplyMarkupInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageReplyMarkupSetters for Pwhere
P: HasPayload<Payload = EditMessageReplyMarkup>,
impl<P> EditMessageReplyMarkupSetters for Pwhere
P: HasPayload<Payload = EditMessageReplyMarkup>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageTextInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageTextInline>,
impl<P> EditMessageTextInlineSetters for Pwhere
P: HasPayload<Payload = EditMessageTextInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.source§fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
Setter for
entities
field.source§fn disable_web_page_preview(self, value: bool) -> Self
fn disable_web_page_preview(self, value: bool) -> Self
Setter for
disable_web_page_preview
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> EditMessageTextSetters for Pwhere
P: HasPayload<Payload = EditMessageText>,
impl<P> EditMessageTextSetters for Pwhere
P: HasPayload<Payload = EditMessageText>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.source§fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
Setter for
entities
field.source§fn link_preview_options(self, value: LinkPreviewOptions) -> Self
fn link_preview_options(self, value: LinkPreviewOptions) -> Self
Setter for
link_preview_options
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<T> Erasable for T
impl<T> Erasable for T
source§impl<P> ExportChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = ExportChatInviteLink>,
impl<P> ExportChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = ExportChatInviteLink>,
source§impl<P> ForwardMessageSetters for Pwhere
P: HasPayload<Payload = ForwardMessage>,
impl<P> ForwardMessageSetters for Pwhere
P: HasPayload<Payload = ForwardMessage>,
source§fn from_chat_id<T>(self, value: T) -> Self
fn from_chat_id<T>(self, value: T) -> Self
Setter for
from_chat_id
field.source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§impl<P> ForwardMessagesSetters for Pwhere
P: HasPayload<Payload = ForwardMessages>,
impl<P> ForwardMessagesSetters for Pwhere
P: HasPayload<Payload = ForwardMessages>,
source§fn from_chat_id<T>(self, value: T) -> Self
fn from_chat_id<T>(self, value: T) -> Self
Setter for
from_chat_id
field.source§fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
fn message_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageId>,
Setter for
message_ids
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§impl<P> GetChatAdministratorsSetters for Pwhere
P: HasPayload<Payload = GetChatAdministrators>,
impl<P> GetChatAdministratorsSetters for Pwhere
P: HasPayload<Payload = GetChatAdministrators>,
source§impl<P> GetChatMemberCountSetters for Pwhere
P: HasPayload<Payload = GetChatMemberCount>,
impl<P> GetChatMemberCountSetters for Pwhere
P: HasPayload<Payload = GetChatMemberCount>,
source§impl<P> GetChatMemberSetters for Pwhere
P: HasPayload<Payload = GetChatMember>,
impl<P> GetChatMemberSetters for Pwhere
P: HasPayload<Payload = GetChatMember>,
source§impl<P> GetChatMembersCountSetters for Pwhere
P: HasPayload<Payload = GetChatMembersCount>,
impl<P> GetChatMembersCountSetters for Pwhere
P: HasPayload<Payload = GetChatMembersCount>,
source§impl<P> GetChatMenuButtonSetters for Pwhere
P: HasPayload<Payload = GetChatMenuButton>,
impl<P> GetChatMenuButtonSetters for Pwhere
P: HasPayload<Payload = GetChatMenuButton>,
source§impl<P> GetChatSetters for Pwhere
P: HasPayload<Payload = GetChat>,
impl<P> GetChatSetters for Pwhere
P: HasPayload<Payload = GetChat>,
source§impl<P> GetCustomEmojiStickersSetters for Pwhere
P: HasPayload<Payload = GetCustomEmojiStickers>,
impl<P> GetCustomEmojiStickersSetters for Pwhere
P: HasPayload<Payload = GetCustomEmojiStickers>,
source§fn custom_emoji_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
fn custom_emoji_ids<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
Setter for
custom_emoji_ids
field.source§impl<P> GetFileSetters for Pwhere
P: HasPayload<Payload = GetFile>,
impl<P> GetFileSetters for Pwhere
P: HasPayload<Payload = GetFile>,
source§impl<P> GetGameHighScoresSetters for Pwhere
P: HasPayload<Payload = GetGameHighScores>,
impl<P> GetGameHighScoresSetters for Pwhere
P: HasPayload<Payload = GetGameHighScores>,
source§impl<P> GetMyCommandsSetters for Pwhere
P: HasPayload<Payload = GetMyCommands>,
impl<P> GetMyCommandsSetters for Pwhere
P: HasPayload<Payload = GetMyCommands>,
source§fn scope(self, value: BotCommandScope) -> Self
fn scope(self, value: BotCommandScope) -> Self
Setter for
scope
field.source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> GetMyDefaultAdministratorRightsSetters for Pwhere
P: HasPayload<Payload = GetMyDefaultAdministratorRights>,
impl<P> GetMyDefaultAdministratorRightsSetters for Pwhere
P: HasPayload<Payload = GetMyDefaultAdministratorRights>,
source§fn for_channels(self, value: bool) -> Self
fn for_channels(self, value: bool) -> Self
Setter for
for_channels
field.source§impl<P> GetMyDescriptionSetters for Pwhere
P: HasPayload<Payload = GetMyDescription>,
impl<P> GetMyDescriptionSetters for Pwhere
P: HasPayload<Payload = GetMyDescription>,
source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> GetMyNameSetters for Pwhere
P: HasPayload<Payload = GetMyName>,
impl<P> GetMyNameSetters for Pwhere
P: HasPayload<Payload = GetMyName>,
source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> GetMyShortDescriptionSetters for Pwhere
P: HasPayload<Payload = GetMyShortDescription>,
impl<P> GetMyShortDescriptionSetters for Pwhere
P: HasPayload<Payload = GetMyShortDescription>,
source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> GetStickerSetSetters for Pwhere
P: HasPayload<Payload = GetStickerSet>,
impl<P> GetStickerSetSetters for Pwhere
P: HasPayload<Payload = GetStickerSet>,
source§impl<P> GetUpdatesSetters for Pwhere
P: HasPayload<Payload = GetUpdates>,
impl<P> GetUpdatesSetters for Pwhere
P: HasPayload<Payload = GetUpdates>,
source§fn allowed_updates<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = AllowedUpdate>,
fn allowed_updates<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = AllowedUpdate>,
Setter for
allowed_updates
field.source§impl<P> GetUserChatBoostsSetters for Pwhere
P: HasPayload<Payload = GetUserChatBoosts>,
impl<P> GetUserChatBoostsSetters for Pwhere
P: HasPayload<Payload = GetUserChatBoosts>,
source§impl<P> GetUserProfilePhotosSetters for Pwhere
P: HasPayload<Payload = GetUserProfilePhotos>,
impl<P> GetUserProfilePhotosSetters for Pwhere
P: HasPayload<Payload = GetUserProfilePhotos>,
source§impl<P> HideGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = HideGeneralForumTopic>,
impl<P> HideGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = HideGeneralForumTopic>,
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<P> KickChatMemberSetters for Pwhere
P: HasPayload<Payload = KickChatMember>,
impl<P> KickChatMemberSetters for Pwhere
P: HasPayload<Payload = KickChatMember>,
source§fn until_date<T>(self, value: T) -> Self
fn until_date<T>(self, value: T) -> Self
Setter for
until_date
field.source§fn revoke_messages(self, value: bool) -> Self
fn revoke_messages(self, value: bool) -> Self
Setter for
revoke_messages
field.source§impl<P> LeaveChatSetters for Pwhere
P: HasPayload<Payload = LeaveChat>,
impl<P> LeaveChatSetters for Pwhere
P: HasPayload<Payload = LeaveChat>,
source§impl<P> PinChatMessageSetters for Pwhere
P: HasPayload<Payload = PinChatMessage>,
impl<P> PinChatMessageSetters for Pwhere
P: HasPayload<Payload = PinChatMessage>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§impl<P> PromoteChatMemberSetters for Pwhere
P: HasPayload<Payload = PromoteChatMember>,
impl<P> PromoteChatMemberSetters for Pwhere
P: HasPayload<Payload = PromoteChatMember>,
source§fn is_anonymous(self, value: bool) -> Self
fn is_anonymous(self, value: bool) -> Self
Setter for
is_anonymous
field.source§fn can_manage_chat(self, value: bool) -> Self
fn can_manage_chat(self, value: bool) -> Self
Setter for
can_manage_chat
field.source§fn can_post_messages(self, value: bool) -> Self
fn can_post_messages(self, value: bool) -> Self
Setter for
can_post_messages
field.source§fn can_edit_messages(self, value: bool) -> Self
fn can_edit_messages(self, value: bool) -> Self
Setter for
can_edit_messages
field.source§fn can_delete_messages(self, value: bool) -> Self
fn can_delete_messages(self, value: bool) -> Self
Setter for
can_delete_messages
field.source§fn can_post_stories(self, value: bool) -> Self
fn can_post_stories(self, value: bool) -> Self
Setter for
can_post_stories
field.source§fn can_edit_stories(self, value: bool) -> Self
fn can_edit_stories(self, value: bool) -> Self
Setter for
can_edit_stories
field.source§fn can_delete_stories(self, value: bool) -> Self
fn can_delete_stories(self, value: bool) -> Self
Setter for
can_delete_stories
field.source§fn can_manage_video_chats(self, value: bool) -> Self
fn can_manage_video_chats(self, value: bool) -> Self
Setter for
can_manage_video_chats
field.source§fn can_restrict_members(self, value: bool) -> Self
fn can_restrict_members(self, value: bool) -> Self
Setter for
can_restrict_members
field.source§fn can_promote_members(self, value: bool) -> Self
fn can_promote_members(self, value: bool) -> Self
Setter for
can_promote_members
field.source§fn can_change_info(self, value: bool) -> Self
fn can_change_info(self, value: bool) -> Self
Setter for
can_change_info
field.source§fn can_invite_users(self, value: bool) -> Self
fn can_invite_users(self, value: bool) -> Self
Setter for
can_invite_users
field.source§fn can_pin_messages(self, value: bool) -> Self
fn can_pin_messages(self, value: bool) -> Self
Setter for
can_pin_messages
field.source§fn can_manage_topics(self, value: bool) -> Self
fn can_manage_topics(self, value: bool) -> Self
Setter for
can_manage_topics
field.source§impl<P> ReopenForumTopicSetters for Pwhere
P: HasPayload<Payload = ReopenForumTopic>,
impl<P> ReopenForumTopicSetters for Pwhere
P: HasPayload<Payload = ReopenForumTopic>,
source§impl<P> ReopenGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = ReopenGeneralForumTopic>,
impl<P> ReopenGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = ReopenGeneralForumTopic>,
source§impl<P> RestrictChatMemberSetters for Pwhere
P: HasPayload<Payload = RestrictChatMember>,
impl<P> RestrictChatMemberSetters for Pwhere
P: HasPayload<Payload = RestrictChatMember>,
source§fn permissions(self, value: ChatPermissions) -> Self
fn permissions(self, value: ChatPermissions) -> Self
Setter for
permissions
field.source§fn use_independent_chat_permissions(self, value: bool) -> Self
fn use_independent_chat_permissions(self, value: bool) -> Self
Setter for
use_independent_chat_permissions
field.source§fn until_date<T>(self, value: T) -> Self
fn until_date<T>(self, value: T) -> Self
Setter for
until_date
field.source§impl<P> RevokeChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = RevokeChatInviteLink>,
impl<P> RevokeChatInviteLinkSetters for Pwhere
P: HasPayload<Payload = RevokeChatInviteLink>,
source§impl<P> SendAnimationSetters for Pwhere
P: HasPayload<Payload = SendAnimation>,
impl<P> SendAnimationSetters for Pwhere
P: HasPayload<Payload = SendAnimation>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn has_spoiler(self, value: bool) -> Self
fn has_spoiler(self, value: bool) -> Self
Setter for
has_spoiler
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendAudioSetters for Pwhere
P: HasPayload<Payload = SendAudio>,
impl<P> SendAudioSetters for Pwhere
P: HasPayload<Payload = SendAudio>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendChatActionSetters for Pwhere
P: HasPayload<Payload = SendChatAction>,
impl<P> SendChatActionSetters for Pwhere
P: HasPayload<Payload = SendChatAction>,
source§impl<P> SendContactSetters for Pwhere
P: HasPayload<Payload = SendContact>,
impl<P> SendContactSetters for Pwhere
P: HasPayload<Payload = SendContact>,
source§fn phone_number<T>(self, value: T) -> Self
fn phone_number<T>(self, value: T) -> Self
Setter for
phone_number
field.source§fn first_name<T>(self, value: T) -> Self
fn first_name<T>(self, value: T) -> Self
Setter for
first_name
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendDiceSetters for Pwhere
P: HasPayload<Payload = SendDice>,
impl<P> SendDiceSetters for Pwhere
P: HasPayload<Payload = SendDice>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendDocumentSetters for Pwhere
P: HasPayload<Payload = SendDocument>,
impl<P> SendDocumentSetters for Pwhere
P: HasPayload<Payload = SendDocument>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn disable_content_type_detection(self, value: bool) -> Self
fn disable_content_type_detection(self, value: bool) -> Self
Setter for
disable_content_type_detection
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendGameSetters for Pwhere
P: HasPayload<Payload = SendGame>,
impl<P> SendGameSetters for Pwhere
P: HasPayload<Payload = SendGame>,
source§fn game_short_name<T>(self, value: T) -> Self
fn game_short_name<T>(self, value: T) -> Self
Setter for
game_short_name
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendInvoiceSetters for Pwhere
P: HasPayload<Payload = SendInvoice>,
impl<P> SendInvoiceSetters for Pwhere
P: HasPayload<Payload = SendInvoice>,
source§fn description<T>(self, value: T) -> Self
fn description<T>(self, value: T) -> Self
Setter for
description
field.source§fn provider_token<T>(self, value: T) -> Self
fn provider_token<T>(self, value: T) -> Self
Setter for
provider_token
field.source§fn prices<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = LabeledPrice>,
fn prices<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = LabeledPrice>,
Setter for
prices
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn max_tip_amount(self, value: u32) -> Self
fn max_tip_amount(self, value: u32) -> Self
Setter for
max_tip_amount
field.source§fn suggested_tip_amounts<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = u32>,
fn suggested_tip_amounts<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = u32>,
Setter for
suggested_tip_amounts
field.source§fn start_parameter<T>(self, value: T) -> Self
fn start_parameter<T>(self, value: T) -> Self
Setter for
start_parameter
field.source§fn provider_data<T>(self, value: T) -> Self
fn provider_data<T>(self, value: T) -> Self
Setter for
provider_data
field.source§fn photo_size(self, value: u32) -> Self
fn photo_size(self, value: u32) -> Self
Setter for
photo_size
field.source§fn photo_width(self, value: u32) -> Self
fn photo_width(self, value: u32) -> Self
Setter for
photo_width
field.source§fn photo_height(self, value: u32) -> Self
fn photo_height(self, value: u32) -> Self
Setter for
photo_height
field.source§fn need_phone_number(self, value: bool) -> Self
fn need_phone_number(self, value: bool) -> Self
Setter for
need_phone_number
field.source§fn need_email(self, value: bool) -> Self
fn need_email(self, value: bool) -> Self
Setter for
need_email
field.source§fn need_shipping_address(self, value: bool) -> Self
fn need_shipping_address(self, value: bool) -> Self
Setter for
need_shipping_address
field.source§fn send_phone_number_to_provider(self, value: bool) -> Self
fn send_phone_number_to_provider(self, value: bool) -> Self
Setter for
send_phone_number_to_provider
field.source§fn send_email_to_provider(self, value: bool) -> Self
fn send_email_to_provider(self, value: bool) -> Self
Setter for
send_email_to_provider
field.source§fn is_flexible(self, value: bool) -> Self
fn is_flexible(self, value: bool) -> Self
Setter for
is_flexible
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> SendLocationSetters for Pwhere
P: HasPayload<Payload = SendLocation>,
impl<P> SendLocationSetters for Pwhere
P: HasPayload<Payload = SendLocation>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn horizontal_accuracy(self, value: f64) -> Self
fn horizontal_accuracy(self, value: f64) -> Self
Setter for
horizontal_accuracy
field.source§fn live_period(self, value: u32) -> Self
fn live_period(self, value: u32) -> Self
Setter for
live_period
field.source§fn proximity_alert_radius(self, value: u32) -> Self
fn proximity_alert_radius(self, value: u32) -> Self
Setter for
proximity_alert_radius
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendMediaGroupSetters for Pwhere
P: HasPayload<Payload = SendMediaGroup>,
impl<P> SendMediaGroupSetters for Pwhere
P: HasPayload<Payload = SendMediaGroup>,
source§fn media<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InputMedia>,
fn media<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = InputMedia>,
Setter for
media
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§impl<P> SendMessageSetters for Pwhere
P: HasPayload<Payload = SendMessage>,
impl<P> SendMessageSetters for Pwhere
P: HasPayload<Payload = SendMessage>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.source§fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
fn entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
Setter for
entities
field.source§fn link_preview_options(self, value: LinkPreviewOptions) -> Self
fn link_preview_options(self, value: LinkPreviewOptions) -> Self
Setter for
link_preview_options
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendPhotoSetters for Pwhere
P: HasPayload<Payload = SendPhoto>,
impl<P> SendPhotoSetters for Pwhere
P: HasPayload<Payload = SendPhoto>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn has_spoiler(self, value: bool) -> Self
fn has_spoiler(self, value: bool) -> Self
Setter for
has_spoiler
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendPollSetters for Pwhere
P: HasPayload<Payload = SendPoll>,
impl<P> SendPollSetters for Pwhere
P: HasPayload<Payload = SendPoll>,
source§fn options<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
fn options<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
Setter for
options
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn is_anonymous(self, value: bool) -> Self
fn is_anonymous(self, value: bool) -> Self
Setter for
is_anonymous
field.source§fn allows_multiple_answers(self, value: bool) -> Self
fn allows_multiple_answers(self, value: bool) -> Self
Setter for
allows_multiple_answers
field.source§fn correct_option_id(self, value: u8) -> Self
fn correct_option_id(self, value: u8) -> Self
Setter for
correct_option_id
field.source§fn explanation<T>(self, value: T) -> Self
fn explanation<T>(self, value: T) -> Self
Setter for
explanation
field.source§fn explanation_parse_mode(self, value: ParseMode) -> Self
fn explanation_parse_mode(self, value: ParseMode) -> Self
Setter for
explanation_parse_mode
field.source§fn explanation_entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
fn explanation_entities<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = MessageEntity>,
Setter for
explanation_entities
field.source§fn open_period(self, value: u16) -> Self
fn open_period(self, value: u16) -> Self
Setter for
open_period
field.source§fn close_date<T>(self, value: T) -> Self
fn close_date<T>(self, value: T) -> Self
Setter for
close_date
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendStickerSetters for Pwhere
P: HasPayload<Payload = SendSticker>,
impl<P> SendStickerSetters for Pwhere
P: HasPayload<Payload = SendSticker>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendVenueSetters for Pwhere
P: HasPayload<Payload = SendVenue>,
impl<P> SendVenueSetters for Pwhere
P: HasPayload<Payload = SendVenue>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn foursquare_id<T>(self, value: T) -> Self
fn foursquare_id<T>(self, value: T) -> Self
Setter for
foursquare_id
field.source§fn foursquare_type<T>(self, value: T) -> Self
fn foursquare_type<T>(self, value: T) -> Self
Setter for
foursquare_type
field.source§fn google_place_id<T>(self, value: T) -> Self
fn google_place_id<T>(self, value: T) -> Self
Setter for
google_place_id
field.source§fn google_place_type<T>(self, value: T) -> Self
fn google_place_type<T>(self, value: T) -> Self
Setter for
google_place_type
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendVideoNoteSetters for Pwhere
P: HasPayload<Payload = SendVideoNote>,
impl<P> SendVideoNoteSetters for Pwhere
P: HasPayload<Payload = SendVideoNote>,
source§fn video_note(self, value: InputFile) -> Self
fn video_note(self, value: InputFile) -> Self
Setter for
video_note
field.source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendVideoSetters for Pwhere
P: HasPayload<Payload = SendVideo>,
impl<P> SendVideoSetters for Pwhere
P: HasPayload<Payload = SendVideo>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn has_spoiler(self, value: bool) -> Self
fn has_spoiler(self, value: bool) -> Self
Setter for
has_spoiler
field.source§fn supports_streaming(self, value: bool) -> Self
fn supports_streaming(self, value: bool) -> Self
Setter for
supports_streaming
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn protect_content(self, value: bool) -> Self
fn protect_content(self, value: bool) -> Self
Setter for
protect_content
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SendVoiceSetters for Pwhere
P: HasPayload<Payload = SendVoice>,
impl<P> SendVoiceSetters for Pwhere
P: HasPayload<Payload = SendVoice>,
source§fn message_thread_id(self, value: ThreadId) -> Self
fn message_thread_id(self, value: ThreadId) -> Self
Setter for
message_thread_id
field.Setter for
caption
field.source§fn parse_mode(self, value: ParseMode) -> Self
fn parse_mode(self, value: ParseMode) -> Self
Setter for
parse_mode
field.Setter for
caption_entities
field.source§fn disable_notification(self, value: bool) -> Self
fn disable_notification(self, value: bool) -> Self
Setter for
disable_notification
field.source§fn reply_parameters(self, value: ReplyParameters) -> Self
fn reply_parameters(self, value: ReplyParameters) -> Self
Setter for
reply_parameters
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> SetChatAdministratorCustomTitleSetters for Pwhere
P: HasPayload<Payload = SetChatAdministratorCustomTitle>,
impl<P> SetChatAdministratorCustomTitleSetters for Pwhere
P: HasPayload<Payload = SetChatAdministratorCustomTitle>,
source§impl<P> SetChatDescriptionSetters for Pwhere
P: HasPayload<Payload = SetChatDescription>,
impl<P> SetChatDescriptionSetters for Pwhere
P: HasPayload<Payload = SetChatDescription>,
source§impl<P> SetChatMenuButtonSetters for Pwhere
P: HasPayload<Payload = SetChatMenuButton>,
impl<P> SetChatMenuButtonSetters for Pwhere
P: HasPayload<Payload = SetChatMenuButton>,
source§impl<P> SetChatPermissionsSetters for Pwhere
P: HasPayload<Payload = SetChatPermissions>,
impl<P> SetChatPermissionsSetters for Pwhere
P: HasPayload<Payload = SetChatPermissions>,
source§fn permissions(self, value: ChatPermissions) -> Self
fn permissions(self, value: ChatPermissions) -> Self
Setter for
permissions
field.source§fn use_independent_chat_permissions(self, value: bool) -> Self
fn use_independent_chat_permissions(self, value: bool) -> Self
Setter for
use_independent_chat_permissions
field.source§impl<P> SetChatPhotoSetters for Pwhere
P: HasPayload<Payload = SetChatPhoto>,
impl<P> SetChatPhotoSetters for Pwhere
P: HasPayload<Payload = SetChatPhoto>,
source§impl<P> SetChatStickerSetSetters for Pwhere
P: HasPayload<Payload = SetChatStickerSet>,
impl<P> SetChatStickerSetSetters for Pwhere
P: HasPayload<Payload = SetChatStickerSet>,
source§impl<P> SetChatTitleSetters for Pwhere
P: HasPayload<Payload = SetChatTitle>,
impl<P> SetChatTitleSetters for Pwhere
P: HasPayload<Payload = SetChatTitle>,
source§impl<P> SetCustomEmojiStickerSetThumbnailSetters for Pwhere
P: HasPayload<Payload = SetCustomEmojiStickerSetThumbnail>,
impl<P> SetCustomEmojiStickerSetThumbnailSetters for Pwhere
P: HasPayload<Payload = SetCustomEmojiStickerSetThumbnail>,
source§impl<P> SetGameScoreInlineSetters for Pwhere
P: HasPayload<Payload = SetGameScoreInline>,
impl<P> SetGameScoreInlineSetters for Pwhere
P: HasPayload<Payload = SetGameScoreInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn disable_edit_message(self, value: bool) -> Self
fn disable_edit_message(self, value: bool) -> Self
Setter for
disable_edit_message
field.source§impl<P> SetGameScoreSetters for Pwhere
P: HasPayload<Payload = SetGameScore>,
impl<P> SetGameScoreSetters for Pwhere
P: HasPayload<Payload = SetGameScore>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn disable_edit_message(self, value: bool) -> Self
fn disable_edit_message(self, value: bool) -> Self
Setter for
disable_edit_message
field.source§impl<P> SetMessageReactionSetters for Pwhere
P: HasPayload<Payload = SetMessageReaction>,
impl<P> SetMessageReactionSetters for Pwhere
P: HasPayload<Payload = SetMessageReaction>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn reaction<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = ReactionType>,
fn reaction<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = ReactionType>,
Setter for
reaction
field.source§impl<P> SetMyCommandsSetters for Pwhere
P: HasPayload<Payload = SetMyCommands>,
impl<P> SetMyCommandsSetters for Pwhere
P: HasPayload<Payload = SetMyCommands>,
source§fn commands<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = BotCommand>,
fn commands<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = BotCommand>,
Setter for
commands
field.source§fn scope(self, value: BotCommandScope) -> Self
fn scope(self, value: BotCommandScope) -> Self
Setter for
scope
field.source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> SetMyDefaultAdministratorRightsSetters for Pwhere
P: HasPayload<Payload = SetMyDefaultAdministratorRights>,
impl<P> SetMyDefaultAdministratorRightsSetters for Pwhere
P: HasPayload<Payload = SetMyDefaultAdministratorRights>,
source§fn rights(self, value: ChatAdministratorRights) -> Self
fn rights(self, value: ChatAdministratorRights) -> Self
Setter for
rights
field.source§fn for_channels(self, value: bool) -> Self
fn for_channels(self, value: bool) -> Self
Setter for
for_channels
field.source§impl<P> SetMyDescriptionSetters for Pwhere
P: HasPayload<Payload = SetMyDescription>,
impl<P> SetMyDescriptionSetters for Pwhere
P: HasPayload<Payload = SetMyDescription>,
source§fn description<T>(self, value: T) -> Self
fn description<T>(self, value: T) -> Self
Setter for
description
field.source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> SetMyNameSetters for Pwhere
P: HasPayload<Payload = SetMyName>,
impl<P> SetMyNameSetters for Pwhere
P: HasPayload<Payload = SetMyName>,
source§impl<P> SetMyShortDescriptionSetters for Pwhere
P: HasPayload<Payload = SetMyShortDescription>,
impl<P> SetMyShortDescriptionSetters for Pwhere
P: HasPayload<Payload = SetMyShortDescription>,
source§fn short_description<T>(self, value: T) -> Self
fn short_description<T>(self, value: T) -> Self
Setter for
short_description
field.source§fn language_code<T>(self, value: T) -> Self
fn language_code<T>(self, value: T) -> Self
Setter for
language_code
field.source§impl<P> SetPassportDataErrorsSetters for Pwhere
P: HasPayload<Payload = SetPassportDataErrors>,
impl<P> SetPassportDataErrorsSetters for Pwhere
P: HasPayload<Payload = SetPassportDataErrors>,
source§impl<P> SetStickerEmojiListSetters for Pwhere
P: HasPayload<Payload = SetStickerEmojiList>,
impl<P> SetStickerEmojiListSetters for Pwhere
P: HasPayload<Payload = SetStickerEmojiList>,
source§fn emoji_list<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
fn emoji_list<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = String>,
Setter for
emoji_list
field.source§impl<P> SetStickerKeywordsSetters for Pwhere
P: HasPayload<Payload = SetStickerKeywords>,
impl<P> SetStickerKeywordsSetters for Pwhere
P: HasPayload<Payload = SetStickerKeywords>,
source§impl<P> SetStickerMaskPositionSetters for Pwhere
P: HasPayload<Payload = SetStickerMaskPosition>,
impl<P> SetStickerMaskPositionSetters for Pwhere
P: HasPayload<Payload = SetStickerMaskPosition>,
source§fn mask_position(self, value: MaskPosition) -> Self
fn mask_position(self, value: MaskPosition) -> Self
Setter for
mask_position
field.source§impl<P> SetStickerPositionInSetSetters for Pwhere
P: HasPayload<Payload = SetStickerPositionInSet>,
impl<P> SetStickerPositionInSetSetters for Pwhere
P: HasPayload<Payload = SetStickerPositionInSet>,
source§impl<P> SetStickerSetThumbnailSetters for Pwhere
P: HasPayload<Payload = SetStickerSetThumbnail>,
impl<P> SetStickerSetThumbnailSetters for Pwhere
P: HasPayload<Payload = SetStickerSetThumbnail>,
source§impl<P> SetStickerSetTitleSetters for Pwhere
P: HasPayload<Payload = SetStickerSetTitle>,
impl<P> SetStickerSetTitleSetters for Pwhere
P: HasPayload<Payload = SetStickerSetTitle>,
source§impl<P> SetWebhookSetters for Pwhere
P: HasPayload<Payload = SetWebhook>,
impl<P> SetWebhookSetters for Pwhere
P: HasPayload<Payload = SetWebhook>,
source§fn certificate(self, value: InputFile) -> Self
fn certificate(self, value: InputFile) -> Self
Setter for
certificate
field.source§fn ip_address<T>(self, value: T) -> Self
fn ip_address<T>(self, value: T) -> Self
Setter for
ip_address
field.source§fn max_connections(self, value: u8) -> Self
fn max_connections(self, value: u8) -> Self
Setter for
max_connections
field.source§fn allowed_updates<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = AllowedUpdate>,
fn allowed_updates<T>(self, value: T) -> Selfwhere
T: IntoIterator<Item = AllowedUpdate>,
Setter for
allowed_updates
field.source§fn drop_pending_updates(self, value: bool) -> Self
fn drop_pending_updates(self, value: bool) -> Self
Setter for
drop_pending_updates
field.source§fn secret_token<T>(self, value: T) -> Self
fn secret_token<T>(self, value: T) -> Self
Setter for
secret_token
field.source§impl<P> StopMessageLiveLocationInlineSetters for Pwhere
P: HasPayload<Payload = StopMessageLiveLocationInline>,
impl<P> StopMessageLiveLocationInlineSetters for Pwhere
P: HasPayload<Payload = StopMessageLiveLocationInline>,
source§fn inline_message_id<T>(self, value: T) -> Self
fn inline_message_id<T>(self, value: T) -> Self
Setter for
inline_message_id
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> StopMessageLiveLocationSetters for Pwhere
P: HasPayload<Payload = StopMessageLiveLocation>,
impl<P> StopMessageLiveLocationSetters for Pwhere
P: HasPayload<Payload = StopMessageLiveLocation>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
fn reply_markup<T>(self, value: T) -> Selfwhere
T: Into<ReplyMarkup>,
Setter for
reply_markup
field.source§impl<P> StopPollSetters for Pwhere
P: HasPayload<Payload = StopPoll>,
impl<P> StopPollSetters for Pwhere
P: HasPayload<Payload = StopPoll>,
source§fn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for
message_id
field.source§fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
fn reply_markup(self, value: InlineKeyboardMarkup) -> Self
Setter for
reply_markup
field.source§impl<P> UnbanChatMemberSetters for Pwhere
P: HasPayload<Payload = UnbanChatMember>,
impl<P> UnbanChatMemberSetters for Pwhere
P: HasPayload<Payload = UnbanChatMember>,
source§impl<P> UnbanChatSenderChatSetters for Pwhere
P: HasPayload<Payload = UnbanChatSenderChat>,
impl<P> UnbanChatSenderChatSetters for Pwhere
P: HasPayload<Payload = UnbanChatSenderChat>,
source§impl<P> UnhideGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = UnhideGeneralForumTopic>,
impl<P> UnhideGeneralForumTopicSetters for Pwhere
P: HasPayload<Payload = UnhideGeneralForumTopic>,
source§impl<P> UnpinAllChatMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllChatMessages>,
impl<P> UnpinAllChatMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllChatMessages>,
source§impl<P> UnpinAllForumTopicMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllForumTopicMessages>,
impl<P> UnpinAllForumTopicMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllForumTopicMessages>,
source§impl<P> UnpinAllGeneralForumTopicMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllGeneralForumTopicMessages>,
impl<P> UnpinAllGeneralForumTopicMessagesSetters for Pwhere
P: HasPayload<Payload = UnpinAllGeneralForumTopicMessages>,
source§impl<P> UnpinChatMessageSetters for Pwhere
P: HasPayload<Payload = UnpinChatMessage>,
impl<P> UnpinChatMessageSetters for Pwhere
P: HasPayload<Payload = UnpinChatMessage>,
source§impl<P> UploadStickerFileSetters for Pwhere
P: HasPayload<Payload = UploadStickerFile>,
impl<P> UploadStickerFileSetters for Pwhere
P: HasPayload<Payload = UploadStickerFile>,
source§fn sticker_format(self, value: StickerFormat) -> Self
fn sticker_format(self, value: StickerFormat) -> Self
Setter for
sticker_format
field.