type github.com/gotd/td/tg.InputKeyboardButtonUserProfile
32 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2209: type InputKeyboardButtonUserProfile struct {
tl_keyboard_button_gen.go#L2220: func (i InputKeyboardButtonUserProfile) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L2224: _ bin.Encoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2225: _ bin.Decoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2226: _ bin.BareEncoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2227: _ bin.BareDecoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2229: _ KeyboardButtonClass = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2232: func (i *InputKeyboardButtonUserProfile) Zero() bool {
tl_keyboard_button_gen.go#L2247: func (i *InputKeyboardButtonUserProfile) String() string {
tl_keyboard_button_gen.go#L2251: type Alias InputKeyboardButtonUserProfile
tl_keyboard_button_gen.go#L2256: func (i *InputKeyboardButtonUserProfile) FillFrom(from interface {
tl_keyboard_button_gen.go#L2267: func (*InputKeyboardButtonUserProfile) TypeID() uint32 {
tl_keyboard_button_gen.go#L2272: func (*InputKeyboardButtonUserProfile) TypeName() string {
tl_keyboard_button_gen.go#L2277: func (i *InputKeyboardButtonUserProfile) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L2300: func (i *InputKeyboardButtonUserProfile) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2309: func (i *InputKeyboardButtonUserProfile) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2324: func (i *InputKeyboardButtonUserProfile) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2335: func (i *InputKeyboardButtonUserProfile) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2357: func (i *InputKeyboardButtonUserProfile) GetText() (value string) {
tl_keyboard_button_gen.go#L2365: func (i *InputKeyboardButtonUserProfile) GetUserID() (value InputUserClass) {
tl_keyboard_button_gen.go#L3251: v := InputKeyboardButtonUserProfile{}
tl_keyboard_button_slices_gen.go#L265: value, ok := elem.(*InputKeyboardButtonUserProfile)
tl_keyboard_button_slices_gen.go#L1230: type InputKeyboardButtonUserProfileArray []InputKeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1233: func (s InputKeyboardButtonUserProfileArray) Sort(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1241: func (s InputKeyboardButtonUserProfileArray) SortStable(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1249: func (s InputKeyboardButtonUserProfileArray) Retain(keep func(x InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1263: func (s InputKeyboardButtonUserProfileArray) First() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1271: func (s InputKeyboardButtonUserProfileArray) Last() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1279: func (s *InputKeyboardButtonUserProfileArray) PopFirst() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1289: var zero InputKeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1298: func (s *InputKeyboardButtonUserProfileArray) Pop() (v InputKeyboardButtonUserProfile, ok bool) {
tl_registry_gen.go#L4117: InputKeyboardButtonUserProfileTypeID: func() bin.Object { return &InputKeyboardButtonUserProfile{} },
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. |