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

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_collectible_gen.go#L41: type InputCollectibleUsername struct {
		tl_input_collectible_gen.go#L50: func (i InputCollectibleUsername) construct() InputCollectibleClass { return &i }
		tl_input_collectible_gen.go#L54: 	_ bin.Encoder     = &InputCollectibleUsername{}
		tl_input_collectible_gen.go#L55: 	_ bin.Decoder     = &InputCollectibleUsername{}
		tl_input_collectible_gen.go#L56: 	_ bin.BareEncoder = &InputCollectibleUsername{}
		tl_input_collectible_gen.go#L57: 	_ bin.BareDecoder = &InputCollectibleUsername{}
		tl_input_collectible_gen.go#L59: 	_ InputCollectibleClass = &InputCollectibleUsername{}
		tl_input_collectible_gen.go#L62: func (i *InputCollectibleUsername) Zero() bool {
		tl_input_collectible_gen.go#L74: func (i *InputCollectibleUsername) String() string {
		tl_input_collectible_gen.go#L78: 	type Alias InputCollectibleUsername
		tl_input_collectible_gen.go#L83: func (i *InputCollectibleUsername) FillFrom(from interface {
		tl_input_collectible_gen.go#L92: func (*InputCollectibleUsername) TypeID() uint32 {
		tl_input_collectible_gen.go#L97: func (*InputCollectibleUsername) TypeName() string {
		tl_input_collectible_gen.go#L102: func (i *InputCollectibleUsername) TypeInfo() tdp.Type {
		tl_input_collectible_gen.go#L121: func (i *InputCollectibleUsername) Encode(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L130: func (i *InputCollectibleUsername) EncodeBare(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L139: func (i *InputCollectibleUsername) Decode(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L150: func (i *InputCollectibleUsername) DecodeBare(b *bin.Buffer) error {
		tl_input_collectible_gen.go#L165: func (i *InputCollectibleUsername) GetUsername() (value string) {
		tl_input_collectible_gen.go#L360: 		v := InputCollectibleUsername{}
		tl_input_collectible_slices_gen.go#L122: 		value, ok := elem.(*InputCollectibleUsername)
		tl_input_collectible_slices_gen.go#L146: type InputCollectibleUsernameArray []InputCollectibleUsername
		tl_input_collectible_slices_gen.go#L149: func (s InputCollectibleUsernameArray) Sort(less func(a, b InputCollectibleUsername) bool) InputCollectibleUsernameArray {
		tl_input_collectible_slices_gen.go#L157: func (s InputCollectibleUsernameArray) SortStable(less func(a, b InputCollectibleUsername) bool) InputCollectibleUsernameArray {
		tl_input_collectible_slices_gen.go#L165: func (s InputCollectibleUsernameArray) Retain(keep func(x InputCollectibleUsername) bool) InputCollectibleUsernameArray {
		tl_input_collectible_slices_gen.go#L179: func (s InputCollectibleUsernameArray) First() (v InputCollectibleUsername, ok bool) {
		tl_input_collectible_slices_gen.go#L187: func (s InputCollectibleUsernameArray) Last() (v InputCollectibleUsername, ok bool) {
		tl_input_collectible_slices_gen.go#L195: func (s *InputCollectibleUsernameArray) PopFirst() (v InputCollectibleUsername, ok bool) {
		tl_input_collectible_slices_gen.go#L205: 	var zero InputCollectibleUsername
		tl_input_collectible_slices_gen.go#L214: func (s *InputCollectibleUsernameArray) Pop() (v InputCollectibleUsername, ok bool) {
		tl_registry_gen.go#L6307: 		InputCollectibleUsernameTypeID:                                          func() bin.Object { return &InputCollectibleUsername{} },
		tl_user_gen.go#L2611: func (u *User) AsInputCollectibleUsername() *InputCollectibleUsername {
		tl_user_gen.go#L2612: 	value := new(InputCollectibleUsername)