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

Append some types to update response #243

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FIX: forgot shipping_address field
  • Loading branch information
Pastor committed Apr 9, 2021
commit 7edacc8fe1358747805558e69b56f3bc682c964e
1 change: 1 addition & 0 deletions raw/src/types/shipping_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pub struct ShippingQuery {
pub id: CallbackQueryId,
pub from: User,
pub invoice_payload: String,
pub shipping_address: ShippingAddress
}