Skip to content

Updated version to 1.0.24#10

Merged
jerry-jeon-sb merged 1 commit intomainfrom
feature/jerry/update-to-1.0.24
May 13, 2024
Merged

Updated version to 1.0.24#10
jerry-jeon-sb merged 1 commit intomainfrom
feature/jerry/update-to-1.0.24

Conversation

@jerry-jeon-sb
Copy link
Copy Markdown
Contributor

  • Incorrectly required fields in gc_update_channel_by_url #9 Incorrectly required fields in gc_update_channel_by_url

    • Made all options except channel_url as optional
  • Required fields in updateUserByID #8 Required fields in updateUserByID

    • Made nickname and profile_url optional
  • Make apiToken(apiToken) function as optional for each request.

  • Updated /v3/bots/{bot_userid}/send

    • Added extended_message_payload
    • Added target_message_id
  • Added new apis

    • POST /v3/group_channels/{channel_url}/typing
    • PUT /v3/group_channels/{channel_url}/typing
  • Made the following fields optional

    • POST /v3/group_channels/{channel_url}/invite
      • users
      • invitation_status
      • hidden_status
    • PUT /v3/users/{user_id}/push_preference
      • block_push_from_bots
      • push_blocked_bot_ids
  • Added read_receipt field to the Group channel instance.

  • /v3/{channel_type}/{channel_url}/messages

    • Added following request parameters
      • include_reply_type
      • include_parent_message_info
    • parent_messagse_info will be included in the response
  • /v3/{channel_type}/{channel_url}/messages/{message_id}

    • Added following request parameters
      • include_parent_message_info
    • parent_messagse_info will be included in the response
  • Fixed incorrect date types

Copy link
Copy Markdown
Contributor

@luke-cha luke-cha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jerry-jeon-sb jerry-jeon-sb merged commit 78f1077 into main May 13, 2024
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.

3 participants