const github.com/gotd/td/tg.MessageActionPaymentSentTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L2361: const MessageActionPaymentSentTypeID = 0x96163f56
tl_message_action_gen.go#L2433: return MessageActionPaymentSentTypeID
tl_message_action_gen.go#L2445: ID: MessageActionPaymentSentTypeID,
tl_message_action_gen.go#L2497: b.PutID(MessageActionPaymentSentTypeID)
tl_message_action_gen.go#L2523: if err := b.ConsumeID(MessageActionPaymentSentTypeID); err != nil {
tl_message_action_gen.go#L7874: case MessageActionPaymentSentTypeID:
tl_registry_gen.go#L164: MessageActionPaymentSentTypeID: "messageActionPaymentSent#96163f56",
tl_registry_gen.go#L1946: "messageActionPaymentSent": MessageActionPaymentSentTypeID,
tl_registry_gen.go#L3728: MessageActionPaymentSentTypeID: func() bin.Object { return &MessageActionPaymentSent{} },
tl_registry_gen.go#L6029: MessageActionPaymentSentTypeID,
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. |