type github.com/gotd/td/tg.KeyboardButtonCopy
35 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L4570: type KeyboardButtonCopy struct {
tl_keyboard_button_gen.go#L4593: func (k KeyboardButtonCopy) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L4597: _ bin.Encoder = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4598: _ bin.Decoder = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4599: _ bin.BareEncoder = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4600: _ bin.BareDecoder = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4602: _ KeyboardButtonClass = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4605: func (k *KeyboardButtonCopy) Zero() bool {
tl_keyboard_button_gen.go#L4626: func (k *KeyboardButtonCopy) String() string {
tl_keyboard_button_gen.go#L4630: type Alias KeyboardButtonCopy
tl_keyboard_button_gen.go#L4635: func (k *KeyboardButtonCopy) FillFrom(from interface {
tl_keyboard_button_gen.go#L4651: func (*KeyboardButtonCopy) TypeID() uint32 {
tl_keyboard_button_gen.go#L4656: func (*KeyboardButtonCopy) TypeName() string {
tl_keyboard_button_gen.go#L4661: func (k *KeyboardButtonCopy) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L4689: func (k *KeyboardButtonCopy) SetFlags() {
tl_keyboard_button_gen.go#L4696: func (k *KeyboardButtonCopy) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L4705: func (k *KeyboardButtonCopy) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L4724: func (k *KeyboardButtonCopy) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L4735: func (k *KeyboardButtonCopy) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L4767: func (k *KeyboardButtonCopy) SetStyle(value KeyboardButtonStyle) {
tl_keyboard_button_gen.go#L4774: func (k *KeyboardButtonCopy) GetStyle() (value KeyboardButtonStyle, ok bool) {
tl_keyboard_button_gen.go#L4785: func (k *KeyboardButtonCopy) GetText() (value string) {
tl_keyboard_button_gen.go#L4793: func (k *KeyboardButtonCopy) GetCopyText() (value string) {
tl_keyboard_button_gen.go#L5010: v := KeyboardButtonCopy{}
tl_keyboard_button_slices_gen.go#L343: value, ok := elem.(*KeyboardButtonCopy)
tl_keyboard_button_slices_gen.go#L1748: type KeyboardButtonCopyArray []KeyboardButtonCopy
tl_keyboard_button_slices_gen.go#L1751: func (s KeyboardButtonCopyArray) Sort(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1759: func (s KeyboardButtonCopyArray) SortStable(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1767: func (s KeyboardButtonCopyArray) Retain(keep func(x KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1781: func (s KeyboardButtonCopyArray) First() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1789: func (s KeyboardButtonCopyArray) Last() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1797: func (s *KeyboardButtonCopyArray) PopFirst() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1807: var zero KeyboardButtonCopy
tl_keyboard_button_slices_gen.go#L1816: func (s *KeyboardButtonCopyArray) Pop() (v KeyboardButtonCopy, ok bool) {
tl_registry_gen.go#L5506: KeyboardButtonCopyTypeID: func() bin.Object { return &KeyboardButtonCopy{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |