Skip to content
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

JsonProperty fix for Webhook #1302

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from
Open

Commits on Nov 16, 2023

  1. Annotated classes fields with JsonProperty the way it is done in othe…

    …r classes in the same package.
    
    It helps Webhook to return a correctly serialized json result.
    Georglider committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ff28d85 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    f1c8e0a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Annotated other missing JsonProperty fields classes in org/telegram/t…

    …elegrambots/meta/api/methods the way it is done in other classes in the same package.
    
    It helps Webhook to return a correctly serialized json result.
    Georglider committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4ac2ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ffe8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac32664 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    47be445 View commit details
    Browse the repository at this point in the history
  2. Update Using-Replies.md (rubenlagus#1282)

    A semicolon were missing in the Standalone reply code.
    The reply signature changed and needs a BiConsumer<BaseAbilityBot, Update> instead of Consumer<Update> in the Ability reply
    ChelouteVR authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b0d3989 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update MaybeInaccessibleMessage.java (rubenlagus#1310)

    Add getMessageId to MaybeInaccessibleMessage
    
    According to https://core.telegram.org/bots/api#maybeinaccessiblemessage
    Chase22 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    870d1e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    1ac41ad View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fixed incorrect Chat#profileBackgroundCustomEmojiId field type. Chang…

    …ed from 'Boolean' to 'String' (according to TelegramBotAPI Official Documentation). (rubenlagus#1315)
    link1107 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    6b50d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    6fd8977 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Missing fields and constructor update for API 7.0 (rubenlagus#1322)

    * fix force=true for WriteAccessAllowed
    
    * + test and fixtures on write access allowed
    rbondar authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d615fbf View commit details
    Browse the repository at this point in the history
  2. Add missing methods from API 6.6 (rubenlagus#1323)

    * Fix path for GetMyName method
    
    * Add missing sticker methods from API 6.6
    
    * Fix possible NPE in InputSticker validation
    
    * Add ReplyParameters to SendInvoice API method
    
    * Removed mysterious fields in SetChatTitle
    aNNiMON authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ed75ff9 View commit details
    Browse the repository at this point in the history
  3. API 7.1

    rubenlagus committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0e96778 View commit details
    Browse the repository at this point in the history
  4. API 7.1

    rubenlagus committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e344f9c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    d5189bc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    798b895 View commit details
    Browse the repository at this point in the history