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

Fixed get_custom_emoji_stickers method #1002

Merged
merged 4 commits into from Sep 18, 2022
Merged

Fixed get_custom_emoji_stickers method #1002

merged 4 commits into from Sep 18, 2022

Commits on Sep 17, 2022

  1. Fixed possible incorrect escaping of list[str].

    By default if you call str() on collection python will escape strings inside of it using single quotes, which will cause "Can't parse custom emoji identifiers json object" error when calling getCustomEmojiStickers.
    json.dumps() escapes strings by double quotes so no error occurs.
    ENCRYPTEDFOREVER committed Sep 17, 2022
    Copy the full SHA
    492657b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    95cfddf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Copy the full SHA
    d47db33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4d229c View commit details
    Browse the repository at this point in the history