type github.com/gotd/td/tg.InputWallPaper
39 uses
github.com/gotd/td/tg (current package)
tl_input_wall_paper_gen.go#L41: type InputWallPaper struct {
tl_input_wall_paper_gen.go#L55: func (i InputWallPaper) construct() InputWallPaperClass { return &i }
tl_input_wall_paper_gen.go#L59: _ bin.Encoder = &InputWallPaper{}
tl_input_wall_paper_gen.go#L60: _ bin.Decoder = &InputWallPaper{}
tl_input_wall_paper_gen.go#L61: _ bin.BareEncoder = &InputWallPaper{}
tl_input_wall_paper_gen.go#L62: _ bin.BareDecoder = &InputWallPaper{}
tl_input_wall_paper_gen.go#L64: _ InputWallPaperClass = &InputWallPaper{}
tl_input_wall_paper_gen.go#L67: func (i *InputWallPaper) Zero() bool {
tl_input_wall_paper_gen.go#L82: func (i *InputWallPaper) String() string {
tl_input_wall_paper_gen.go#L86: type Alias InputWallPaper
tl_input_wall_paper_gen.go#L91: func (i *InputWallPaper) FillFrom(from interface {
tl_input_wall_paper_gen.go#L102: func (*InputWallPaper) TypeID() uint32 {
tl_input_wall_paper_gen.go#L107: func (*InputWallPaper) TypeName() string {
tl_input_wall_paper_gen.go#L112: func (i *InputWallPaper) TypeInfo() tdp.Type {
tl_input_wall_paper_gen.go#L135: func (i *InputWallPaper) Encode(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L144: func (i *InputWallPaper) EncodeBare(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L154: func (i *InputWallPaper) Decode(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L165: func (i *InputWallPaper) DecodeBare(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L187: func (i *InputWallPaper) GetID() (value int64) {
tl_input_wall_paper_gen.go#L195: func (i *InputWallPaper) GetAccessHash() (value int64) {
tl_input_wall_paper_gen.go#L528: v := InputWallPaper{}
tl_input_wall_paper_slices_gen.go#L122: value, ok := elem.(*InputWallPaper)
tl_input_wall_paper_slices_gen.go#L159: type InputWallPaperArray []InputWallPaper
tl_input_wall_paper_slices_gen.go#L162: func (s InputWallPaperArray) Sort(less func(a, b InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L170: func (s InputWallPaperArray) SortStable(less func(a, b InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L178: func (s InputWallPaperArray) Retain(keep func(x InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L192: func (s InputWallPaperArray) First() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L200: func (s InputWallPaperArray) Last() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L208: func (s *InputWallPaperArray) PopFirst() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L218: var zero InputWallPaper
tl_input_wall_paper_slices_gen.go#L227: func (s *InputWallPaperArray) Pop() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L242: return s.Sort(func(a, b InputWallPaper) bool {
tl_input_wall_paper_slices_gen.go#L249: return s.SortStable(func(a, b InputWallPaper) bool {
tl_input_wall_paper_slices_gen.go#L255: func (s InputWallPaperArray) FillMap(to map[int64]InputWallPaper) {
tl_input_wall_paper_slices_gen.go#L262: func (s InputWallPaperArray) ToMap() map[int64]InputWallPaper {
tl_input_wall_paper_slices_gen.go#L263: r := make(map[int64]InputWallPaper, len(s))
tl_registry_gen.go#L4507: InputWallPaperTypeID: func() bin.Object { return &InputWallPaper{} },
tl_wall_paper_gen.go#L808: func (w *WallPaper) AsInput() *InputWallPaper {
tl_wall_paper_gen.go#L809: value := new(InputWallPaper)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |