Skip to content

Releases: steelbotfw/telegram-bot-api

0.0.4

06 Nov 18:49
Compare
Choose a tag to compare
  • Traits added: LatLonRequiredTrait, ThumbUrlOptionalTrait, ThumbUrlRequiredTrait,
    ThumbWidthHeightOptionalTrait, TitleRequiredTrait, JsonAttributesBuilderTrait
  • InputMessageContent entities added
  • InlineQueryResult entities added: InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedAudio, InlineQueryResultCachedDocument, InlineQueryResultCachedVideo, InlineQueryResultCachedVoice, InlineQueryResultAudio, InlineQueryResultGif, InlineQueryResultLocation, InlineQueryResultDocument, InlineQueryResultContact

0.0.3

01 Oct 14:32
Compare
Choose a tag to compare
  • Minimal version of PHP is set to 7.1
  • More examples added
  • Inline query methods added
  • Common properties and methods has been moved to traits
  • CallbackQuery support added
  • More protocol methods and types has been added

0.0.2

06 Mar 13:43
Compare
Choose a tag to compare
  • GetUpdates method implemented
  • ForwardMessage method implemented
  • SendChatAction method implemented
  • SendLocation method implemented

0.0.1

27 Feb 20:14
Compare
Choose a tag to compare
  • getMe method implemented
  • sendMessage method implemented