type github.com/gotd/td/tg.KeyboardButtonRequestPoll
36 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2641: type KeyboardButtonRequestPoll struct {
tl_keyboard_button_gen.go#L2666: func (k KeyboardButtonRequestPoll) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2670: _ bin.Encoder = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2671: _ bin.Decoder = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2672: _ bin.BareEncoder = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2673: _ bin.BareDecoder = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2675: _ KeyboardButtonClass = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2678: func (k *KeyboardButtonRequestPoll) Zero() bool {
tl_keyboard_button_gen.go#L2699: func (k *KeyboardButtonRequestPoll) String() string {
tl_keyboard_button_gen.go#L2703: type Alias KeyboardButtonRequestPoll
tl_keyboard_button_gen.go#L2708: func (k *KeyboardButtonRequestPoll) FillFrom(from interface {
tl_keyboard_button_gen.go#L2727: func (*KeyboardButtonRequestPoll) TypeID() uint32 {
tl_keyboard_button_gen.go#L2732: func (*KeyboardButtonRequestPoll) TypeName() string {
tl_keyboard_button_gen.go#L2737: func (k *KeyboardButtonRequestPoll) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L2766: func (k *KeyboardButtonRequestPoll) SetFlags() {
tl_keyboard_button_gen.go#L2776: func (k *KeyboardButtonRequestPoll) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2785: func (k *KeyboardButtonRequestPoll) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2806: func (k *KeyboardButtonRequestPoll) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2817: func (k *KeyboardButtonRequestPoll) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2849: func (k *KeyboardButtonRequestPoll) SetStyle(value KeyboardButtonStyle) {
tl_keyboard_button_gen.go#L2856: func (k *KeyboardButtonRequestPoll) GetStyle() (value KeyboardButtonStyle, ok bool) {
tl_keyboard_button_gen.go#L2867: func (k *KeyboardButtonRequestPoll) SetQuiz(value bool) {
tl_keyboard_button_gen.go#L2874: func (k *KeyboardButtonRequestPoll) GetQuiz() (value bool, ok bool) {
tl_keyboard_button_gen.go#L2885: func (k *KeyboardButtonRequestPoll) GetText() (value string) {
tl_keyboard_button_gen.go#L4961: v := KeyboardButtonRequestPoll{}
tl_keyboard_button_slices_gen.go#L252: value, ok := elem.(*KeyboardButtonRequestPoll)
tl_keyboard_button_slices_gen.go#L1174: type KeyboardButtonRequestPollArray []KeyboardButtonRequestPoll
tl_keyboard_button_slices_gen.go#L1177: func (s KeyboardButtonRequestPollArray) Sort(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1185: func (s KeyboardButtonRequestPollArray) SortStable(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1193: func (s KeyboardButtonRequestPollArray) Retain(keep func(x KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1207: func (s KeyboardButtonRequestPollArray) First() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1215: func (s KeyboardButtonRequestPollArray) Last() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1223: func (s *KeyboardButtonRequestPollArray) PopFirst() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1233: var zero KeyboardButtonRequestPoll
tl_keyboard_button_slices_gen.go#L1242: func (s *KeyboardButtonRequestPollArray) Pop() (v KeyboardButtonRequestPoll, ok bool) {
tl_registry_gen.go#L5499: KeyboardButtonRequestPollTypeID: func() bin.Object { return &KeyboardButtonRequestPoll{} },
 |
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. |