type github.com/gotd/td/tg.PaymentCharge
22 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L1948: Charge PaymentCharge
tl_message_action_gen.go#L2020: GetCharge() (value PaymentCharge)
tl_message_action_gen.go#L2315: func (m *MessageActionPaymentSentMe) GetCharge() (value PaymentCharge) {
tl_payment_charge_gen.go#L38: type PaymentCharge struct {
tl_payment_charge_gen.go#L50: _ bin.Encoder = &PaymentCharge{}
tl_payment_charge_gen.go#L51: _ bin.Decoder = &PaymentCharge{}
tl_payment_charge_gen.go#L52: _ bin.BareEncoder = &PaymentCharge{}
tl_payment_charge_gen.go#L53: _ bin.BareDecoder = &PaymentCharge{}
tl_payment_charge_gen.go#L56: func (p *PaymentCharge) Zero() bool {
tl_payment_charge_gen.go#L71: func (p *PaymentCharge) String() string {
tl_payment_charge_gen.go#L75: type Alias PaymentCharge
tl_payment_charge_gen.go#L80: func (p *PaymentCharge) FillFrom(from interface {
tl_payment_charge_gen.go#L91: func (*PaymentCharge) TypeID() uint32 {
tl_payment_charge_gen.go#L96: func (*PaymentCharge) TypeName() string {
tl_payment_charge_gen.go#L101: func (p *PaymentCharge) TypeInfo() tdp.Type {
tl_payment_charge_gen.go#L124: func (p *PaymentCharge) Encode(b *bin.Buffer) error {
tl_payment_charge_gen.go#L133: func (p *PaymentCharge) EncodeBare(b *bin.Buffer) error {
tl_payment_charge_gen.go#L143: func (p *PaymentCharge) Decode(b *bin.Buffer) error {
tl_payment_charge_gen.go#L154: func (p *PaymentCharge) DecodeBare(b *bin.Buffer) error {
tl_payment_charge_gen.go#L176: func (p *PaymentCharge) GetID() (value string) {
tl_payment_charge_gen.go#L184: func (p *PaymentCharge) GetProviderChargeID() (value string) {
tl_registry_gen.go#L4308: PaymentChargeTypeID: func() bin.Object { return &PaymentCharge{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |