telega v0.0.8 (2019-05-11T15:08:08Z)
Dub
Repo
UpdatesRange
telega
botapi
Undocumented in source.
class
UpdatesRange {
import
std
.
algorithm
.
comparison
:
max
;
;
enum
bool
empty
;
protected
BotApi
_api
;
protected
uint
_maxUpdateId
;
protected
string
[]
_allowedUpdates
;
protected
ubyte
_updatesLimit
;
protected
uint
_timeout
;
this
(BotApi api, uint maxUpdateId, ubyte limit, uint timeout);
uint
maxUpdateId
[@property getter];
auto
front
();
void
popFront
();
void
getUpdates
();
}
Constructors
this
this
(BotApi api, uint maxUpdateId, ubyte limit, uint timeout)
Undocumented in source.
Members
Functions
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpdates
void
getUpdates
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
maxUpdateId
uint
maxUpdateId
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_allowedUpdates
string
[]
_allowedUpdates
;
Undocumented in source.
_api
BotApi
_api
;
Undocumented in source.
_maxUpdateId
uint
_maxUpdateId
;
Undocumented in source.
_timeout
uint
_timeout
;
Undocumented in source.
_updatesLimit
ubyte
_updatesLimit
;
Undocumented in source.
empty
enum
bool
empty
;
Undocumented in source.
Meta
Source
See Implementation
telega
botapi
aliases
InlineQueryResult
InlineQueryResultStructs
InputMedia
InputMediaStructs
InputMessageContent
InputMessageContentStructs
ReplyMarkup
ReplyMarkupStructs
classes
BotApi
TelegramBotApiException
UpdatesRange
enums
ChatType
HTTPMethod
ParseMode
isReplyMarkup
isTelegramId
functions
isMessageType
toKeyboardButtonRow
manifest constants
BaseApiUrl
mixin templates
InlineQueryFields
TelegramMethod
static functions
falseIfNull
trueIfNull
structs
AddStickerToSetMethod
Animation
AnswerCallbackQueryMethod
AnswerInlineQueryMethod
Audio
CallbackGame
CallbackQuery
Chat
ChatId
ChatIdProxy
ChatMember
ChatPhoto
ChatTypeProxy
ChosenInlineResult
Contact
CreateNewStickerSetMethod
DeleteChatPhotoMethod
DeleteChatStickerSetMethod
DeleteMessageMethod
DeleteStickerFromSetMethod
DeleteWebhookMethod
Document
EditMessageCaptionMethod
EditMessageLiveLocationMethod
EditMessageReplyMarkupMethod
EditMessageTextMethod
ExportChatInviteLinkMethod
File
ForceReply
ForwardMessageMethod
Game
GameHighScore
GetChatAdministratorsMethod
GetChatMemberMethod
GetChatMembersCountMethod
GetChatMethod
GetFileMethod
GetMeMethod
GetStickerSetMethod
GetUpdatesMethod
GetUserProfilePhotosMethod
GetWebhookInfoMethod
InlineKeyboardButton
InlineKeyboardMarkup
InlineQuery
InlineQueryResultArticle
InlineQueryResultAudio
InlineQueryResultCachedAudio
InlineQueryResultCachedDocument
InlineQueryResultCachedGif
InlineQueryResultCachedMpeg4Gif
InlineQueryResultCachedPhoto
InlineQueryResultCachedSticker
InlineQueryResultCachedVideo
InlineQueryResultCachedVoice
InlineQueryResultContact
InlineQueryResultDocument
InlineQueryResultGame
InlineQueryResultGif
InlineQueryResultLocation
InlineQueryResultMpeg4Gif
InlineQueryResultPhoto
InlineQueryResultVenue
InlineQueryResultVideo
InlineQueryResultVoice
InputContactMessageContent
InputFile
InputLocationMessageContent
InputMediaPhoto
InputMediaVideo
InputTextMessageContent
InputVenueMessageContent
Invoice
KeyboardButton
KickChatMemberMethod
LabeledPrice
LeaveChatMethod
Location
MaskPosition
Message
MessageEntity
Method
OrderInfo
PhotoSize
PinChatMessageMethod
PreCheckoutQuery
PromoteChatMemberMethod
ReplyKeyboardMarkup
ReplyKeyboardRemove
ResponseParameters
RestrictChatMemberMethod
SendAudioMethod
SendChatActionMethod
SendContactMethod
SendDocumentMethod
SendLocationMethod
SendMediaGroupMethod
SendMessageMethod
SendPhotoMethod
SendStickerMethod
SendVenueMethod
SendVideoMethod
SendVideoNoteMethod
SendVoiceMethod
SetChatDescriptionMethod
SetChatPhotoMethod
SetChatStickerSetMethod
SetChatTitleMethod
SetStickerPositionInSetMethod
SetWebhookMethod
ShippingAddress
ShippingOption
ShippingQuery
Sticker
StickerSet
StopMessageLiveLocationMethod
SuccessfulPayment
UnbanChatMemberMethod
UnpinChatMessageMethod
Update
UploadStickerFileMethod
User
UserProfilePhotos
Venue
Video
VideoNote
Voice
WebhookInfo