type github.com/gotd/td/tg.KeyboardButtonSwitchInline
38 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L835: type KeyboardButtonSwitchInline struct {
tl_keyboard_button_gen.go#L858: func (k KeyboardButtonSwitchInline) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L862: _ bin.Encoder = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L863: _ bin.Decoder = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L864: _ bin.BareEncoder = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L865: _ bin.BareDecoder = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L867: _ KeyboardButtonClass = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L870: func (k *KeyboardButtonSwitchInline) Zero() bool {
tl_keyboard_button_gen.go#L894: func (k *KeyboardButtonSwitchInline) String() string {
tl_keyboard_button_gen.go#L898: type Alias KeyboardButtonSwitchInline
tl_keyboard_button_gen.go#L903: func (k *KeyboardButtonSwitchInline) FillFrom(from interface {
tl_keyboard_button_gen.go#L921: func (*KeyboardButtonSwitchInline) TypeID() uint32 {
tl_keyboard_button_gen.go#L926: func (*KeyboardButtonSwitchInline) TypeName() string {
tl_keyboard_button_gen.go#L931: func (k *KeyboardButtonSwitchInline) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L964: func (k *KeyboardButtonSwitchInline) SetFlags() {
tl_keyboard_button_gen.go#L974: func (k *KeyboardButtonSwitchInline) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L983: func (k *KeyboardButtonSwitchInline) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1008: func (k *KeyboardButtonSwitchInline) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1019: func (k *KeyboardButtonSwitchInline) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1064: func (k *KeyboardButtonSwitchInline) SetSamePeer(value bool) {
tl_keyboard_button_gen.go#L1075: func (k *KeyboardButtonSwitchInline) GetSamePeer() (value bool) {
tl_keyboard_button_gen.go#L1083: func (k *KeyboardButtonSwitchInline) GetText() (value string) {
tl_keyboard_button_gen.go#L1091: func (k *KeyboardButtonSwitchInline) GetQuery() (value string) {
tl_keyboard_button_gen.go#L1099: func (k *KeyboardButtonSwitchInline) SetPeerTypes(value []InlineQueryPeerTypeClass) {
tl_keyboard_button_gen.go#L1106: func (k *KeyboardButtonSwitchInline) GetPeerTypes() (value []InlineQueryPeerTypeClass, ok bool) {
tl_keyboard_button_gen.go#L1117: func (k *KeyboardButtonSwitchInline) MapPeerTypes() (value InlineQueryPeerTypeClassArray, ok bool) {
tl_keyboard_button_gen.go#L3209: v := KeyboardButtonSwitchInline{}
tl_keyboard_button_slices_gen.go#L187: value, ok := elem.(*KeyboardButtonSwitchInline)
tl_keyboard_button_slices_gen.go#L738: type KeyboardButtonSwitchInlineArray []KeyboardButtonSwitchInline
tl_keyboard_button_slices_gen.go#L741: func (s KeyboardButtonSwitchInlineArray) Sort(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L749: func (s KeyboardButtonSwitchInlineArray) SortStable(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L757: func (s KeyboardButtonSwitchInlineArray) Retain(keep func(x KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L771: func (s KeyboardButtonSwitchInlineArray) First() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L779: func (s KeyboardButtonSwitchInlineArray) Last() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L787: func (s *KeyboardButtonSwitchInlineArray) PopFirst() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L797: var zero KeyboardButtonSwitchInline
tl_keyboard_button_slices_gen.go#L806: func (s *KeyboardButtonSwitchInlineArray) Pop() (v KeyboardButtonSwitchInline, ok bool) {
tl_registry_gen.go#L4111: KeyboardButtonSwitchInlineTypeID: func() bin.Object { return &KeyboardButtonSwitchInline{} },
|
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. |