github.com/gotd/td/tg.InputStickerSetItem.MaskCoords (field)
8 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_item_gen.go#L51: MaskCoords MaskCoords
tl_input_sticker_set_item_gen.go#L82: if !(i.MaskCoords.Zero()) {
tl_input_sticker_set_item_gen.go#L111: i.MaskCoords = val
tl_input_sticker_set_item_gen.go#L167: if !(i.MaskCoords.Zero()) {
tl_input_sticker_set_item_gen.go#L201: if err := i.MaskCoords.Encode(b); err != nil {
tl_input_sticker_set_item_gen.go#L247: if err := i.MaskCoords.Decode(b); err != nil {
tl_input_sticker_set_item_gen.go#L280: i.MaskCoords = value
tl_input_sticker_set_item_gen.go#L292: return i.MaskCoords, 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. |