github.com/gotd/td/tg.SponsoredMessage.ButtonText (field)
8 uses
github.com/gotd/td/tg (current package)
tl_sponsored_message_gen.go#L98: ButtonText string
tl_sponsored_message_gen.go#L165: if !(s.ButtonText == "") {
tl_sponsored_message_gen.go#L242: s.ButtonText = val
tl_sponsored_message_gen.go#L387: if !(s.ButtonText == "") {
tl_sponsored_message_gen.go#L468: b.PutString(s.ButtonText)
tl_sponsored_message_gen.go#L585: s.ButtonText = value
tl_sponsored_message_gen.go#L805: s.ButtonText = value
tl_sponsored_message_gen.go#L817: return s.ButtonText, true
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. |