Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Releases: natanimn/Telebof

FIx

13 Jul 03:35
099f98b
Compare
Choose a tag to compare
  • Removed unnecessary test
  • fix workflow

Fix-workflow

13 Jul 02:39
Compare
Choose a tag to compare
  • Added variables to workflow
  • Issue fixed related to workflow

Fix bugs

12 Jul 03:22
Compare
Choose a tag to compare
  • Bug fixed in Filter class in usernames method

v1.13.0

12 Jul 01:24
Compare
Choose a tag to compare
  • Added methods usernames, chatUsersname, chatIds, fromIds to the class Filter
  • Now supports filtering incoming channel_post, businness_message, edited_channel_post, edited_message, edited_business_message update in addition to message update
  • Bug fixed
  • Word improved

Fix bugs

11 Jul 09:02
Compare
Choose a tag to compare
  • Bug fixed

v1.12.0

11 Jul 03:12
Compare
Choose a tag to compare

Support Bot API 7.7

  • Added class RefundedPayment
  • Added field refunded_payment to the class Message
  • Added method refundedPayment to the class Filter
  • Fix bugs

v1.11.0

10 Jul 13:48
Compare
Choose a tag to compare

Support Bot API 7.6

  • Added classes InputPaidMediaVideo, InputPaidMediaPhoto, PaidMedia, PaidMediaInfo, SendPaidMedia
  • Added interface InputPaidMedia
  • Added method sendPaidMedia to the class BotContext
  • Added field can_send_paid_media to the class ChatFullInfo
  • Added field paid_media to the classes Message and Externalreply
  • Bug fixed related to field thumbnail

v1.10.0

10 Jul 09:27
Compare
Choose a tag to compare

Support Bot API 7.5

  • Added classes GetStarTransactions, RevenueWithdrawalState, StarTransaction, StarTransactions, TransactionPartner
  • Added method businessConnectionId to the classes EditMessageCaption, EditMessageLiveLocation, EditMessageMedia, EditMessageText, StopMessageLiveLocation
  • Added method getStarTransactions to the class BotContext
  • Bug fixed

Fix bug

10 Jul 03:30
Compare
Choose a tag to compare
  • Bug fixed related to parse mode

v1.9.0

10 Jul 03:00
Compare
Choose a tag to compare

Support Bot API 7.4

  • Added class RefundStartPayment
  • Field provider_token omitted in the classes InputInvoiceMessageContent, SendInvoice, CreateInvoiceLink
  • Added method refundStartPayment to the class BotContext
  • Added field effect_id to the class Message
  • Added method messageEffectId to the classes DefaultParameter, SendPoll, SendContact, SendLocation, SendVenue
  • Added field show_caption_above_media to the classes Message, InputMediaAnimation, InputMediaPhoto, InputMediaVideo, InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVideo, InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedPhoto, and InlineQueryResultCachedVideo.
  • Added method showCaptionAboveMedia to the classed SendAnimation, SendPhoto, SendVideo, CopyMessage, EditMessageCaption.
  • Added enums MenuButtonType, MimeType
  • Added methods texts, regex to the class Filter
  • Replaced the method privateChat with Private in the class Filter
  • Replaced the method start with run in the class BotClient
  • Speed improved
  • Fix bug