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

32 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L2376: type KeyboardButtonUserProfile struct {
		tl_keyboard_button_gen.go#L2387: func (k KeyboardButtonUserProfile) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L2391: 	_ bin.Encoder     = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L2392: 	_ bin.Decoder     = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L2393: 	_ bin.BareEncoder = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L2394: 	_ bin.BareDecoder = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L2396: 	_ KeyboardButtonClass = &KeyboardButtonUserProfile{}
		tl_keyboard_button_gen.go#L2399: func (k *KeyboardButtonUserProfile) Zero() bool {
		tl_keyboard_button_gen.go#L2414: func (k *KeyboardButtonUserProfile) String() string {
		tl_keyboard_button_gen.go#L2418: 	type Alias KeyboardButtonUserProfile
		tl_keyboard_button_gen.go#L2423: func (k *KeyboardButtonUserProfile) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2434: func (*KeyboardButtonUserProfile) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2439: func (*KeyboardButtonUserProfile) TypeName() string {
		tl_keyboard_button_gen.go#L2444: func (k *KeyboardButtonUserProfile) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L2467: func (k *KeyboardButtonUserProfile) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2476: func (k *KeyboardButtonUserProfile) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2486: func (k *KeyboardButtonUserProfile) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2497: func (k *KeyboardButtonUserProfile) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2519: func (k *KeyboardButtonUserProfile) GetText() (value string) {
		tl_keyboard_button_gen.go#L2527: func (k *KeyboardButtonUserProfile) GetUserID() (value int64) {
		tl_keyboard_button_gen.go#L3258: 		v := KeyboardButtonUserProfile{}
		tl_keyboard_button_slices_gen.go#L278: 		value, ok := elem.(*KeyboardButtonUserProfile)
		tl_keyboard_button_slices_gen.go#L1312: type KeyboardButtonUserProfileArray []KeyboardButtonUserProfile
		tl_keyboard_button_slices_gen.go#L1315: func (s KeyboardButtonUserProfileArray) Sort(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1323: func (s KeyboardButtonUserProfileArray) SortStable(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1331: func (s KeyboardButtonUserProfileArray) Retain(keep func(x KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1345: func (s KeyboardButtonUserProfileArray) First() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1353: func (s KeyboardButtonUserProfileArray) Last() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1361: func (s *KeyboardButtonUserProfileArray) PopFirst() (v KeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1371: 	var zero KeyboardButtonUserProfile
		tl_keyboard_button_slices_gen.go#L1380: func (s *KeyboardButtonUserProfileArray) Pop() (v KeyboardButtonUserProfile, ok bool) {
		tl_registry_gen.go#L4118: 		KeyboardButtonUserProfileTypeID:                          func() bin.Object { return &KeyboardButtonUserProfile{} },