github.com/gotd/td/tg.SponsoredMessage.ChatInviteHash (field)
8 uses
github.com/gotd/td/tg (current package)
tl_sponsored_message_gen.go#L66: ChatInviteHash string
tl_sponsored_message_gen.go#L144: if !(s.ChatInviteHash == "") {
tl_sponsored_message_gen.go#L217: s.ChatInviteHash = val
tl_sponsored_message_gen.go#L369: if !(s.ChatInviteHash == "") {
tl_sponsored_message_gen.go#L434: b.PutString(s.ChatInviteHash)
tl_sponsored_message_gen.go#L528: s.ChatInviteHash = value
tl_sponsored_message_gen.go#L689: s.ChatInviteHash = value
tl_sponsored_message_gen.go#L701: return s.ChatInviteHash, 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. |