Package com.jtelegram.api.events.payment
Class ShippingQueryEvent
- java.lang.Object
-
- com.jtelegram.api.events.Event
-
- com.jtelegram.api.events.payment.ShippingQueryEvent
-
public class ShippingQueryEvent extends Event
When a new shipping query is received
-
-
Constructor Summary
Constructors Constructor Description ShippingQueryEvent(TelegramBot bot, ShippingQuery shippingQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
ShippingQueryEvent
public ShippingQueryEvent(TelegramBot bot, ShippingQuery shippingQuery)
-
-