InvoiceOptions

constructor(photoUrl: String? = null, photoHeight: Int? = null, photoWidth: Int? = null, photoSize: Long? = null, isFlexible: Boolean? = null, needName: Boolean? = null, needEmail: Boolean? = null, needPhoneNumber: Boolean? = null, needShippingAddress: Boolean? = null, sendPhoneNumberToProvider: Boolean? = null, sendEmailToProvider: Boolean? = null, startParameter: String? = null, suggestedTipAmounts: List<Int>? = null, providerData: String? = null, maxTipAmount: Int? = null, allowPaidBroadcast: Boolean? = null, protectContent: Boolean? = null, disableNotification: Boolean? = null, replyParameters: ReplyParameters? = null, messageThreadId: Int? = null, messageEffectId: String? = null)