Ecosyste.ms: OpenCollective

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

github.com/TelegramBots/Telegram.Bot

.NET Client for Telegram Bot API
https://github.com/TelegramBots/Telegram.Bot

Updated MessageType comparison

should fix #41

65bc1fa23b3dba74e7d5f8e71f3f98696c5492ff authored over 9 years ago by Robin Müller <[email protected]>
Added WebHook Sample

7ceaade58be7f4df9f6f561cbed499c5a8453373 authored over 9 years ago by Robin Müller <[email protected]>
Made SetWebHook awaitable, made MessageType Compareable

06c91ee9933c4412ea7a5bfcad077bcc1a8ffe28 authored over 9 years ago by Robin Müller <[email protected]>
Markdown support

added markdown support

9f1f95e21feaa09a777de72bd1dbcb688bbde04d authored over 9 years ago by Robin Müller <[email protected]>
File Download Sample

#10

4acc236ce146fe712792e744a71d444c99a957d5 authored over 9 years ago by Robin Müller <[email protected]>
Added File Download method

#27

73bd5f4aaedbc8f565f118d5c5d6bc4340f60c5e authored over 9 years ago by Robin Müller <[email protected]>
Added Certificate parameter to SetWebHook

should fix #33

649415da274520923db0e83ad9ccb97cdbb0da06 authored over 9 years ago by Robin Müller <[email protected]>
Updated .nuspec

ebbb20e24e51ccf7157426fe309542fdfc1bf2e1 authored over 9 years ago by Robin Müller <[email protected]>
Merge remote-tracking branch 'public/master'

f7a1c0d426c47661edc8daa8f590b9e910f9e2ef authored over 9 years ago by Robin Müller <[email protected]>
Fix #30

-fixed issue #30
-added ConversationType (see #12)

1448c00bfc983a349c8a2bd64ac443e8a4ef2b22 authored over 9 years ago by Robin Müller <[email protected]>
Added License

- Fixed #29

46e7372ee806ca7c834c79acd207a4e15903cbfa authored over 9 years ago by Robin Müller <[email protected]>
Updated ReadMe

88bf585dfae2b3b32da1ba096e407efd0657685e authored over 9 years ago by Robin Müller <[email protected]>
Removed obsoleted resend methods

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

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...

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"

19ca5fdc3c8a9424a7f176e855596e2a9e237a02 authored over 9 years ago by mohammad sohrablou <[email protected]>
removed await checker due to missing non-beta version

204e63e4bfb3b96e6b3f7be550673a32d7c396ef authored over 9 years ago by Robin Müller <[email protected]>
a bit refactoring

09a5422ae57483bf05379e75f056a4bfc0460160 authored over 9 years ago by Robin Müller <[email protected]>
Fixed #7 now using ConfigureAwait(false)

some cleanup

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

Fixed conversion crash

7afc5bc0696892395a03be1e4285b2ed628098df authored over 9 years ago by Robin Müller <[email protected]>
Fixed conversion crash

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

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

031475f4f0276f152f00d6a2574e45f62392210f authored over 9 years ago by Robin Müller <[email protected]>
Refactored Conversation to an Interface

7677e9f55e3245981b0dbe3cbf655c256cbefff6 authored over 9 years ago by Robin Müller <[email protected]>
Sample Project enhancements (Async)

Moved Conversation to IConversation
Clean up

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)

ca4d91de9112665de9fbc4905dbbeb9d5f189824 authored over 9 years ago by Robin Müller <[email protected]>
Generalized Send* methods

Deprected ReSend* methods
Added MessageType
Renamed SendMessage to SendTextMessage

2b356f7f72a684dac08d3bb05d0afc772d60efd7 authored over 9 years ago by Robin Müller <[email protected]>
now we have a readme

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

67d372fc881b5a2776dd60055bd5dc0c3e6e094f authored over 9 years ago by Robin Müller <[email protected]>
Added Nuget package spec

8fc51343e374b6013efb74371496e9898bf8b82b authored over 9 years ago by Robin Müller <[email protected]>
Initial Commit

7d8ee730edb4b9c428deeca20cc1a9fbbeaacc36 authored over 9 years ago by Robin Müller <[email protected]>