type github.com/gotd/td/tg.KeyboardButtonSwitchInline

40 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L1174: type KeyboardButtonSwitchInline struct {
		tl_keyboard_button_gen.go#L1204: func (k KeyboardButtonSwitchInline) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L1208: 	_ bin.Encoder     = &KeyboardButtonSwitchInline{}
		tl_keyboard_button_gen.go#L1209: 	_ bin.Decoder     = &KeyboardButtonSwitchInline{}
		tl_keyboard_button_gen.go#L1210: 	_ bin.BareEncoder = &KeyboardButtonSwitchInline{}
		tl_keyboard_button_gen.go#L1211: 	_ bin.BareDecoder = &KeyboardButtonSwitchInline{}
		tl_keyboard_button_gen.go#L1213: 	_ KeyboardButtonClass = &KeyboardButtonSwitchInline{}
		tl_keyboard_button_gen.go#L1216: func (k *KeyboardButtonSwitchInline) Zero() bool {
		tl_keyboard_button_gen.go#L1243: func (k *KeyboardButtonSwitchInline) String() string {
		tl_keyboard_button_gen.go#L1247: 	type Alias KeyboardButtonSwitchInline
		tl_keyboard_button_gen.go#L1252: func (k *KeyboardButtonSwitchInline) FillFrom(from interface {
		tl_keyboard_button_gen.go#L1275: func (*KeyboardButtonSwitchInline) TypeID() uint32 {
		tl_keyboard_button_gen.go#L1280: func (*KeyboardButtonSwitchInline) TypeName() string {
		tl_keyboard_button_gen.go#L1285: func (k *KeyboardButtonSwitchInline) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L1323: func (k *KeyboardButtonSwitchInline) SetFlags() {
		tl_keyboard_button_gen.go#L1336: func (k *KeyboardButtonSwitchInline) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1345: func (k *KeyboardButtonSwitchInline) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1375: func (k *KeyboardButtonSwitchInline) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1386: func (k *KeyboardButtonSwitchInline) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1436: func (k *KeyboardButtonSwitchInline) SetSamePeer(value bool) {
		tl_keyboard_button_gen.go#L1447: func (k *KeyboardButtonSwitchInline) GetSamePeer() (value bool) {
		tl_keyboard_button_gen.go#L1455: func (k *KeyboardButtonSwitchInline) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L1462: func (k *KeyboardButtonSwitchInline) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L1473: func (k *KeyboardButtonSwitchInline) GetText() (value string) {
		tl_keyboard_button_gen.go#L1481: func (k *KeyboardButtonSwitchInline) GetQuery() (value string) {
		tl_keyboard_button_gen.go#L1489: func (k *KeyboardButtonSwitchInline) SetPeerTypes(value []InlineQueryPeerTypeClass) {
		tl_keyboard_button_gen.go#L1496: func (k *KeyboardButtonSwitchInline) GetPeerTypes() (value []InlineQueryPeerTypeClass, ok bool) {
		tl_keyboard_button_gen.go#L1507: func (k *KeyboardButtonSwitchInline) MapPeerTypes() (value InlineQueryPeerTypeClassArray, ok bool) {
		tl_keyboard_button_gen.go#L4926: 		v := KeyboardButtonSwitchInline{}
		tl_keyboard_button_slices_gen.go#L187: 		value, ok := elem.(*KeyboardButtonSwitchInline)
		tl_keyboard_button_slices_gen.go#L764: type KeyboardButtonSwitchInlineArray []KeyboardButtonSwitchInline
		tl_keyboard_button_slices_gen.go#L767: func (s KeyboardButtonSwitchInlineArray) Sort(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
		tl_keyboard_button_slices_gen.go#L775: func (s KeyboardButtonSwitchInlineArray) SortStable(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
		tl_keyboard_button_slices_gen.go#L783: func (s KeyboardButtonSwitchInlineArray) Retain(keep func(x KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
		tl_keyboard_button_slices_gen.go#L797: func (s KeyboardButtonSwitchInlineArray) First() (v KeyboardButtonSwitchInline, ok bool) {
		tl_keyboard_button_slices_gen.go#L805: func (s KeyboardButtonSwitchInlineArray) Last() (v KeyboardButtonSwitchInline, ok bool) {
		tl_keyboard_button_slices_gen.go#L813: func (s *KeyboardButtonSwitchInlineArray) PopFirst() (v KeyboardButtonSwitchInline, ok bool) {
		tl_keyboard_button_slices_gen.go#L823: 	var zero KeyboardButtonSwitchInline
		tl_keyboard_button_slices_gen.go#L832: func (s *KeyboardButtonSwitchInlineArray) Pop() (v KeyboardButtonSwitchInline, ok bool) {
		tl_registry_gen.go#L5494: 		KeyboardButtonSwitchInlineTypeID:                         func() bin.Object { return &KeyboardButtonSwitchInline{} },