github.com/gotd/td/tg.KeyboardButtonStyle.Icon (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_style_gen.go#L60: 	Icon int64
		tl_keyboard_button_style_gen.go#L90: 	if !(k.Icon == 0) {
		tl_keyboard_button_style_gen.go#L117: 		k.Icon = val
		tl_keyboard_button_style_gen.go#L180: 	if !(k.Icon == 0) {
		tl_keyboard_button_style_gen.go#L204: 		b.PutLong(k.Icon)
		tl_keyboard_button_style_gen.go#L238: 		k.Icon = value
		tl_keyboard_button_style_gen.go#L303: 	k.Icon = value
		tl_keyboard_button_style_gen.go#L315: 	return k.Icon, true