github.com/gotd/td/tg.ContactsUnblockRequest.ID (field)
7 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_gen.go#L54: ID InputPeerClass
tl_contacts_block_gen.go#L78: if !(b.ID == nil) {
tl_contacts_block_gen.go#L100: b.ID = from.GetID()
tl_contacts_block_gen.go#L164: if b.ID == nil {
tl_contacts_block_gen.go#L167: if err := b.ID.Encode(buf); err != nil {
tl_contacts_block_gen.go#L200: b.ID = value
tl_contacts_block_gen.go#L229: return b.ID
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. |