Fedor Gogolev
Fedor Gogolev
Feature allocator_api is stable now, so stable rust can compile the crate without this attribute. Fixes #9.
So zero sized types can be used in the queue. Fixes #15 & #16.
Hi, this pr adds `pop_n` function for the same reasons as in #8, I think it could be useful, this function attempts to pop at most `target.len()` values off the...
Based on #96 Related with #169
- [ ] Update Sticker struct and add MaskPosition struct - [ ] Add StickerSet struct - [ ] Add sendSticker request - [ ] Add getStickerSet request - [...
- [ ] Add LoginUrl struct - [ ] Add login_url InlineKeyboardButtonKind variant - [ ] Update macros
We have both public fields for all structs and a builder for `InlineQueryResultArticle` right now. I think it be much better to use only builder because telegram can add new...