-
-
Notifications
You must be signed in to change notification settings - Fork 46
Add ChatBackground type and fix. #33
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
Conversation
|
I still need to test it myself, but the code doesn't seem to have any problems at first glance, what's missing is proper formatting and linting according to the project's standards (with ruff). https://github.com/hydrogram/hydrogram/blob/dev/CONTRIBUTING.md#setting-up-development-environment |
alissonlauffer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome.
HitaloM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's good, once the requested changes have been made, the pull request should be merged.
1 - Add
ChatBackgroundtype.2 - Add
backgroundfield forChattype.Note: only available forUserFull, andChannelFull,ChatFulldoesn't have 'wallpaper' field.3 - Fix type hint for
pinned_messageinChattype ( the docs said it must beMessage).4 - Update docs.
Note:
file_id.