-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bot API 7.0 #128
Bot API 7.0 #128
Conversation
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.
Only looked into the file changes which seem fine and not the documentation. Also haven't tried if they actually work.
Idk, but available_reaction return None all direct messages and group (in settings all reactions ON) |
it's returned only in getChat. Ok(MethodResponse { ok: true, result: Chat { id: -4072265349, type_field: Group, title: Some("test"), username: None, first_name: None, last_name: None, is_forum: None, photo: None, active_usernames: None, available_reactions: Some([Emoji(ReactionTypeEmoji { emoji: "👍" }), Emoji(ReactionTypeEmoji { emoji: "👎" })]), emoji_status_custom_emoji_id: None, emoji_status_expiration_date: None, bio: None, has_private_forwards: None, has_restricted_voice_and_video_messages: None, join_to_send_messages: None, join_by_request: None, description: None, invite_link: Some("https://t.me/+NuBgd-Qu8IFiMjRi"), pinned_message: None, permissions: Some(ChatPermissions { can_send_messages: Some(true), can_send_audios: Some(true), can_send_documents: Some(true), can_send_photos: Some(true), can_send_videos: Some(true), can_send_video_notes: Some(true), can_send_voice_notes: Some(true), can_send_polls: Some(true), can_send_other_messages: Some(true), can_add_web_page_previews: Some(true), can_change_info: Some(true), can_invite_users: Some(true), can_pin_messages: Some(true), can_manage_topics: Some(true) }), slow_mode_delay: None, message_auto_delete_time: None, has_aggressive_anti_spam_enabled: None, has_hidden_members: None, has_protected_content: None, sticker_set_name: None, can_set_sticker_set: None, linked_chat_id: None, location: None }, description: None }) |
@Programistich thank you. the bug is found and fixed in this branch |
* API 7: replies 2.0 * Bot API 7.0: Link Preview Customization (#130) * Bot API 7.0: Link Preview Customization * Bot API 7.0: Multiple Message Actions (#131) * Bot API 7.0: Multiple Message Actions * Bot API 7.0: Request for multiple users (#132) * Bot API 7.0: Request for multiple users * Bot API 7.0: Chat Boost (#133) * Bot API 7.0: Chat Boost * Bot API 7.0: Giveaway (#134) * Bot API 7.0: Giveaway * Bot API 7.0: Other changes (#135)
No description provided.