type github.com/gotd/td/tg.PhotosPhotos
34 uses
github.com/gotd/td/tg (current package)
tl_photos_photos_gen.go#L38: type PhotosPhotos struct {
tl_photos_photos_gen.go#L49: func (p PhotosPhotos) construct() PhotosPhotosClass { return &p }
tl_photos_photos_gen.go#L53: _ bin.Encoder = &PhotosPhotos{}
tl_photos_photos_gen.go#L54: _ bin.Decoder = &PhotosPhotos{}
tl_photos_photos_gen.go#L55: _ bin.BareEncoder = &PhotosPhotos{}
tl_photos_photos_gen.go#L56: _ bin.BareDecoder = &PhotosPhotos{}
tl_photos_photos_gen.go#L58: _ PhotosPhotosClass = &PhotosPhotos{}
tl_photos_photos_gen.go#L61: func (p *PhotosPhotos) Zero() bool {
tl_photos_photos_gen.go#L76: func (p *PhotosPhotos) String() string {
tl_photos_photos_gen.go#L80: type Alias PhotosPhotos
tl_photos_photos_gen.go#L85: func (p *PhotosPhotos) FillFrom(from interface {
tl_photos_photos_gen.go#L96: func (*PhotosPhotos) TypeID() uint32 {
tl_photos_photos_gen.go#L101: func (*PhotosPhotos) TypeName() string {
tl_photos_photos_gen.go#L106: func (p *PhotosPhotos) TypeInfo() tdp.Type {
tl_photos_photos_gen.go#L129: func (p *PhotosPhotos) Encode(b *bin.Buffer) error {
tl_photos_photos_gen.go#L138: func (p *PhotosPhotos) EncodeBare(b *bin.Buffer) error {
tl_photos_photos_gen.go#L164: func (p *PhotosPhotos) Decode(b *bin.Buffer) error {
tl_photos_photos_gen.go#L175: func (p *PhotosPhotos) DecodeBare(b *bin.Buffer) error {
tl_photos_photos_gen.go#L217: func (p *PhotosPhotos) GetPhotos() (value []PhotoClass) {
tl_photos_photos_gen.go#L225: func (p *PhotosPhotos) GetUsers() (value []UserClass) {
tl_photos_photos_gen.go#L233: func (p *PhotosPhotos) MapPhotos() (value PhotoClassArray) {
tl_photos_photos_gen.go#L238: func (p *PhotosPhotos) MapUsers() (value UserClassArray) {
tl_photos_photos_gen.go#L532: v := PhotosPhotos{}
tl_photos_photos_slices_gen.go#L122: value, ok := elem.(*PhotosPhotos)
tl_photos_photos_slices_gen.go#L146: type PhotosPhotosArray []PhotosPhotos
tl_photos_photos_slices_gen.go#L149: func (s PhotosPhotosArray) Sort(less func(a, b PhotosPhotos) bool) PhotosPhotosArray {
tl_photos_photos_slices_gen.go#L157: func (s PhotosPhotosArray) SortStable(less func(a, b PhotosPhotos) bool) PhotosPhotosArray {
tl_photos_photos_slices_gen.go#L165: func (s PhotosPhotosArray) Retain(keep func(x PhotosPhotos) bool) PhotosPhotosArray {
tl_photos_photos_slices_gen.go#L179: func (s PhotosPhotosArray) First() (v PhotosPhotos, ok bool) {
tl_photos_photos_slices_gen.go#L187: func (s PhotosPhotosArray) Last() (v PhotosPhotos, ok bool) {
tl_photos_photos_slices_gen.go#L195: func (s *PhotosPhotosArray) PopFirst() (v PhotosPhotos, ok bool) {
tl_photos_photos_slices_gen.go#L205: var zero PhotosPhotos
tl_photos_photos_slices_gen.go#L214: func (s *PhotosPhotosArray) Pop() (v PhotosPhotos, ok bool) {
tl_registry_gen.go#L3962: PhotosPhotosTypeID: func() bin.Object { return &PhotosPhotos{} },
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. |