A text with a bank card number.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "bank_card_number”text: The textbank_card_number: The bank card number
Summary
Types
@type t() :: %ExGram.Model.RichTextBankCardNumber{ bank_card_number: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }