type github.com/gotd/td/tg.KeyboardButtonURL
32 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L173: type KeyboardButtonURL struct {
tl_keyboard_button_gen.go#L184: func (k KeyboardButtonURL) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L188: _ bin.Encoder = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L189: _ bin.Decoder = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L190: _ bin.BareEncoder = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L191: _ bin.BareDecoder = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L193: _ KeyboardButtonClass = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L196: func (k *KeyboardButtonURL) Zero() bool {
tl_keyboard_button_gen.go#L211: func (k *KeyboardButtonURL) String() string {
tl_keyboard_button_gen.go#L215: type Alias KeyboardButtonURL
tl_keyboard_button_gen.go#L220: func (k *KeyboardButtonURL) FillFrom(from interface {
tl_keyboard_button_gen.go#L231: func (*KeyboardButtonURL) TypeID() uint32 {
tl_keyboard_button_gen.go#L236: func (*KeyboardButtonURL) TypeName() string {
tl_keyboard_button_gen.go#L241: func (k *KeyboardButtonURL) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L264: func (k *KeyboardButtonURL) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L273: func (k *KeyboardButtonURL) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L283: func (k *KeyboardButtonURL) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L294: func (k *KeyboardButtonURL) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L316: func (k *KeyboardButtonURL) GetText() (value string) {
tl_keyboard_button_gen.go#L324: func (k *KeyboardButtonURL) GetURL() (value string) {
tl_keyboard_button_gen.go#L3181: v := KeyboardButtonURL{}
tl_keyboard_button_slices_gen.go#L135: value, ok := elem.(*KeyboardButtonURL)
tl_keyboard_button_slices_gen.go#L410: type KeyboardButtonURLArray []KeyboardButtonURL
tl_keyboard_button_slices_gen.go#L413: func (s KeyboardButtonURLArray) Sort(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L421: func (s KeyboardButtonURLArray) SortStable(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L429: func (s KeyboardButtonURLArray) Retain(keep func(x KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L443: func (s KeyboardButtonURLArray) First() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L451: func (s KeyboardButtonURLArray) Last() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L459: func (s *KeyboardButtonURLArray) PopFirst() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L469: var zero KeyboardButtonURL
tl_keyboard_button_slices_gen.go#L478: func (s *KeyboardButtonURLArray) Pop() (v KeyboardButtonURL, ok bool) {
tl_registry_gen.go#L4107: KeyboardButtonURLTypeID: func() bin.Object { return &KeyboardButtonURL{} },
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. |