Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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 mircoianese and pengrad 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

Development

Successfully merging this pull request may close these issues.

SendVideo extends class KAbstractMultipartRequest while other Send objects still extend AbstractMultipartRequest

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.