type github.com/gotd/td/tg.AccountWallPapersClass
19 uses
github.com/gotd/td/tg (current package)
tl_account_get_wall_papers_gen.go#L177: func (c *Client) AccountGetWallPapers(ctx context.Context, hash int64) (AccountWallPapersClass, error) {
tl_account_wall_papers_gen.go#L48: func (w AccountWallPapersNotModified) construct() AccountWallPapersClass { return &w }
tl_account_wall_papers_gen.go#L57: _ AccountWallPapersClass = &AccountWallPapersNotModified{}
tl_account_wall_papers_gen.go#L163: func (w AccountWallPapers) construct() AccountWallPapersClass { return &w }
tl_account_wall_papers_gen.go#L172: _ AccountWallPapersClass = &AccountWallPapers{}
tl_account_wall_papers_gen.go#L351: type AccountWallPapersClass interface {
tl_account_wall_papers_gen.go#L356: construct() AccountWallPapersClass
tl_account_wall_papers_gen.go#L384: func DecodeAccountWallPapers(buf *bin.Buffer) (AccountWallPapersClass, error) {
tl_account_wall_papers_gen.go#L411: WallPapers AccountWallPapersClass
tl_account_wall_papers_slices_gen.go#L38: type AccountWallPapersClassArray []AccountWallPapersClass
tl_account_wall_papers_slices_gen.go#L41: func (s AccountWallPapersClassArray) Sort(less func(a, b AccountWallPapersClass) bool) AccountWallPapersClassArray {
tl_account_wall_papers_slices_gen.go#L49: func (s AccountWallPapersClassArray) SortStable(less func(a, b AccountWallPapersClass) bool) AccountWallPapersClassArray {
tl_account_wall_papers_slices_gen.go#L57: func (s AccountWallPapersClassArray) Retain(keep func(x AccountWallPapersClass) bool) AccountWallPapersClassArray {
tl_account_wall_papers_slices_gen.go#L71: func (s AccountWallPapersClassArray) First() (v AccountWallPapersClass, ok bool) {
tl_account_wall_papers_slices_gen.go#L79: func (s AccountWallPapersClassArray) Last() (v AccountWallPapersClass, ok bool) {
tl_account_wall_papers_slices_gen.go#L87: func (s *AccountWallPapersClassArray) PopFirst() (v AccountWallPapersClass, ok bool) {
tl_account_wall_papers_slices_gen.go#L97: var zero AccountWallPapersClass
tl_account_wall_papers_slices_gen.go#L106: func (s *AccountWallPapersClassArray) Pop() (v AccountWallPapersClass, ok bool) {
tl_server_gen.go#L597: func (s *ServerDispatcher) OnAccountGetWallPapers(f func(ctx context.Context, hash int64) (AccountWallPapersClass, error)) {
|
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. |