type github.com/gotd/td/tg.KeyboardButtonUserProfile

35 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L3135: type KeyboardButtonUserProfile struct {
		tl_keyboard_button_gen.go#L3158: func (k KeyboardButtonUserProfile) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L3162: 	_ bin.Encoder     = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L3163: 	_ bin.Decoder     = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L3164: 	_ bin.BareEncoder = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L3165: 	_ bin.BareDecoder = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L3167: 	_ KeyboardButtonClass = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L3170: func (k *KeyboardButtonUserProfile) Zero() bool {
		tl_keyboard_button_gen.go#L3191: func (k *KeyboardButtonUserProfile) String() string {
		tl_keyboard_button_gen.go#L3195: 	type Alias KeyboardButtonUserProfile
		tl_keyboard_button_gen.go#L3200: func (k *KeyboardButtonUserProfile) FillFrom(from interface {
		tl_keyboard_button_gen.go#L3216: func (*KeyboardButtonUserProfile) TypeID() uint32 {
		tl_keyboard_button_gen.go#L3221: func (*KeyboardButtonUserProfile) TypeName() string {
		tl_keyboard_button_gen.go#L3226: func (k *KeyboardButtonUserProfile) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L3254: func (k *KeyboardButtonUserProfile) SetFlags() {
		tl_keyboard_button_gen.go#L3261: func (k *KeyboardButtonUserProfile) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3270: func (k *KeyboardButtonUserProfile) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3289: func (k *KeyboardButtonUserProfile) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3300: func (k *KeyboardButtonUserProfile) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3332: func (k *KeyboardButtonUserProfile) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L3339: func (k *KeyboardButtonUserProfile) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L3350: func (k *KeyboardButtonUserProfile) GetText() (value string) {
		tl_keyboard_button_gen.go#L3358: func (k *KeyboardButtonUserProfile) GetUserID() (value int64) {
		tl_keyboard_button_gen.go#L4975: 		v := KeyboardButtonUserProfile{}
		tl_keyboard_button_slices_gen.go#L278: 		value, ok := elem.(*KeyboardButtonUserProfile)
		tl_keyboard_button_slices_gen.go#L1338: type KeyboardButtonUserProfileArray []KeyboardButtonUserProfile
		tl_keyboard_button_slices_gen.go#L1341: func (s KeyboardButtonUserProfileArray) Sort(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1349: func (s KeyboardButtonUserProfileArray) SortStable(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1357: func (s KeyboardButtonUserProfileArray) Retain(keep func(x KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1371: func (s KeyboardButtonUserProfileArray) First() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1379: func (s KeyboardButtonUserProfileArray) Last() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1387: func (s *KeyboardButtonUserProfileArray) PopFirst() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1397: 	var zero KeyboardButtonUserProfile
		tl_keyboard_button_slices_gen.go#L1406: func (s *KeyboardButtonUserProfileArray) Pop() (v KeyboardButtonUserProfile, ok bool) {
		tl_registry_gen.go#L5501: 		KeyboardButtonUserProfileTypeID:                          func() bin.Object { return &KeyboardButtonUserProfile{} },