Skip to content

Rewrite all AbstractSendRequest & AbstractMultipartRequest requests to Kotlin #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Mar 3, 2025

Conversation

anfanik
Copy link
Collaborator

@anfanik anfanik commented Mar 2, 2025

Fixes #419

Changes:

  1. All AbstractMultipartRequests requests are rewrited to Kotlin:
    • SendPhoto
    • SendVoice
    • SendSticker
    • SendVideoNote
    • SendAudio
    • SendDocument
    • SendAnimation
  2. KAbstractMultipartRequest renamed to AbstractMultipartRequest
  3. Extension methods are created for all AbstractMultipartRequest requests
  4. AbstractThumbnailedMultipartRequest created
  5. All AbstractSendRequests requests are rewrited to Kotlin:
    • SendMessage
    • SendContact
    • SendGame
    • SendDice
    • SendLocation
    • SendVenue
    • SendPoll
    • SendInvoice
  6. KAbstractSendRequests renamed to AbstractSendRequests
  7. Extension methods are created for all AbstractSendRequests requests

@anfanik anfanik changed the title Rewrite all AbstractSendRequest requests to Kotlin Rewrite all AbstractSendRequest & AbstractMultipartRequest requests to Kotlin Mar 3, 2025
@anfanik anfanik requested review from pengrad and mircoianese March 3, 2025 15:52
@anfanik anfanik marked this pull request as ready for review March 3, 2025 15:53
@pengrad pengrad merged commit eed98af into master Mar 3, 2025
1 check passed
@pengrad pengrad deleted the issue-419 branch March 3, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants