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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L276: func (s KeyboardButtonClassArray) AsKeyboardButtonUserProfile() (to KeyboardButtonUserProfileArray) {
		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#L1380: func (s *KeyboardButtonUserProfileArray) Pop() (v KeyboardButtonUserProfile, ok bool) {