type github.com/gotd/td/tg.InputKeyboardButtonUserProfile
35 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2896: type InputKeyboardButtonUserProfile struct {
tl_keyboard_button_gen.go#L2919: func (i InputKeyboardButtonUserProfile) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L2923: _ bin.Encoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2924: _ bin.Decoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2925: _ bin.BareEncoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2926: _ bin.BareDecoder = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2928: _ KeyboardButtonClass = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2931: func (i *InputKeyboardButtonUserProfile) Zero() bool {
tl_keyboard_button_gen.go#L2952: func (i *InputKeyboardButtonUserProfile) String() string {
tl_keyboard_button_gen.go#L2956: type Alias InputKeyboardButtonUserProfile
tl_keyboard_button_gen.go#L2961: func (i *InputKeyboardButtonUserProfile) FillFrom(from interface {
tl_keyboard_button_gen.go#L2977: func (*InputKeyboardButtonUserProfile) TypeID() uint32 {
tl_keyboard_button_gen.go#L2982: func (*InputKeyboardButtonUserProfile) TypeName() string {
tl_keyboard_button_gen.go#L2987: func (i *InputKeyboardButtonUserProfile) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L3015: func (i *InputKeyboardButtonUserProfile) SetFlags() {
tl_keyboard_button_gen.go#L3022: func (i *InputKeyboardButtonUserProfile) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L3031: func (i *InputKeyboardButtonUserProfile) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L3055: func (i *InputKeyboardButtonUserProfile) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L3066: func (i *InputKeyboardButtonUserProfile) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L3098: func (i *InputKeyboardButtonUserProfile) SetStyle(value KeyboardButtonStyle) {
tl_keyboard_button_gen.go#L3105: func (i *InputKeyboardButtonUserProfile) GetStyle() (value KeyboardButtonStyle, ok bool) {
tl_keyboard_button_gen.go#L3116: func (i *InputKeyboardButtonUserProfile) GetText() (value string) {
tl_keyboard_button_gen.go#L3124: func (i *InputKeyboardButtonUserProfile) GetUserID() (value InputUserClass) {
tl_keyboard_button_gen.go#L4968: v := InputKeyboardButtonUserProfile{}
tl_keyboard_button_slices_gen.go#L265: value, ok := elem.(*InputKeyboardButtonUserProfile)
tl_keyboard_button_slices_gen.go#L1256: type InputKeyboardButtonUserProfileArray []InputKeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1259: func (s InputKeyboardButtonUserProfileArray) Sort(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1267: func (s InputKeyboardButtonUserProfileArray) SortStable(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1275: func (s InputKeyboardButtonUserProfileArray) Retain(keep func(x InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1289: func (s InputKeyboardButtonUserProfileArray) First() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1297: func (s InputKeyboardButtonUserProfileArray) Last() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1305: func (s *InputKeyboardButtonUserProfileArray) PopFirst() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1315: var zero InputKeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1324: func (s *InputKeyboardButtonUserProfileArray) Pop() (v InputKeyboardButtonUserProfile, ok bool) {
tl_registry_gen.go#L5500: InputKeyboardButtonUserProfileTypeID: func() bin.Object { return &InputKeyboardButtonUserProfile{} },
![]() |
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. |