Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

TelegramBots


Collective - Host: opensource - https://opencollective.com/telegrambots - Code: https://github.com/TelegramBots

Removed obsoleted resend methods

Updated Methods according API changes (Voice, Audio, Video captions)

github.com/TelegramBots/Telegram.Bot - 05cbcc846e1220b851930a42682f51b5954d1b1a authored over 9 years ago by Robin Müller <[email protected]>
Merge pull request #18 from sohrablou/patch-1

update new_chat_participant words...

github.com/TelegramBots/Telegram.Bot - b6077e930603b3d00bc5af8889a254ed68ed91d8 authored over 9 years ago by Robin Müller <[email protected]>
update new_chat_participant words...

These words were written wrong:
change "new_chat_patricipant" to "new_chat_participant"

github.com/TelegramBots/Telegram.Bot - 19ca5fdc3c8a9424a7f176e855596e2a9e237a02 authored over 9 years ago by mohammad sohrablou <[email protected]>
removed await checker due to missing non-beta version

github.com/TelegramBots/Telegram.Bot - 204e63e4bfb3b96e6b3f7be550673a32d7c396ef authored over 9 years ago by Robin Müller <[email protected]>
a bit refactoring

github.com/TelegramBots/Telegram.Bot - 09a5422ae57483bf05379e75f056a4bfc0460160 authored over 9 years ago by Robin Müller <[email protected]>
Fixed #7 now using ConfigureAwait(false)

some cleanup

github.com/TelegramBots/Telegram.Bot - 5e5d37d6572cd7207f30bb34135aaa64fa38b68d authored over 9 years ago by Robin Müller <[email protected]>
Merge pull request #8 from astarcev/patch-1

Fixed conversion crash

github.com/TelegramBots/Telegram.Bot - 7afc5bc0696892395a03be1e4285b2ed628098df authored over 9 years ago by Robin Müller <[email protected]>
Fixed conversion crash

github.com/TelegramBots/Telegram.Bot - e18b3fe69929fd0f8f1dfcb083561ff70d0bbcdd authored over 9 years ago by Andrey Startsev <[email protected]>
Removed JsonCreationConverter<T> and implimented custom converters directly

Fixed #5 by creating a custom converter

github.com/TelegramBots/Telegram.Bot - 0556858f80294537197a784895d68baca9b4ade5 authored over 9 years ago by Robin Müller <[email protected]>
fixed #3 file sending needed file name

fixed api response, now the error message from the telegram servers will be thrown

github.com/TelegramBots/Telegram.Bot - 031475f4f0276f152f00d6a2574e45f62392210f authored over 9 years ago by Robin Müller <[email protected]>
Refactored Conversation to an Interface

github.com/TelegramBots/Telegram.Bot - 7677e9f55e3245981b0dbe3cbf655c256cbefff6 authored over 9 years ago by Robin Müller <[email protected]>
Sample Project enhancements (Async)

Moved Conversation to IConversation
Clean up

github.com/TelegramBots/Telegram.Bot - eda14087eec3d1807dd55996105c3cac8f8adf1e authored over 9 years ago by Robin Müller <[email protected]>
Added Sample Echo Bot Project

Generalized Send Method
Performance improvements
Fixed #2 (Typo in MessageType Contructor)

github.com/TelegramBots/Telegram.Bot - ca4d91de9112665de9fbc4905dbbeb9d5f189824 authored over 9 years ago by Robin Müller <[email protected]>
Generalized Send* methods

Deprected ReSend* methods
Added MessageType
Renamed SendMessage to SendTextMessage

github.com/TelegramBots/Telegram.Bot - 2b356f7f72a684dac08d3bb05d0afc772d60efd7 authored over 9 years ago by Robin Müller <[email protected]>
now we have a readme

github.com/TelegramBots/Telegram.Bot - 12c68444b17045fad2e1f59ea3378b628d486fe7 authored over 9 years ago by Robin Müller <[email protected]>
- Changed HTTP Method to get if no parameters are given. Fixes #1

github.com/TelegramBots/Telegram.Bot - 67d372fc881b5a2776dd60055bd5dc0c3e6e094f authored over 9 years ago by Robin Müller <[email protected]>
Added Nuget package spec

github.com/TelegramBots/Telegram.Bot - 8fc51343e374b6013efb74371496e9898bf8b82b authored over 9 years ago by Robin Müller <[email protected]>
Initial Commit

github.com/TelegramBots/Telegram.Bot - 7d8ee730edb4b9c428deeca20cc1a9fbbeaacc36 authored over 9 years ago by Robin Müller <[email protected]>