type github.com/gotd/td/tg.ChatPhotoClass
28 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L202: Photo ChatPhotoClass
tl_chat_gen.go#L323: GetPhoto() (value ChatPhotoClass)
tl_chat_gen.go#L754: func (c *Chat) GetPhoto() (value ChatPhotoClass) {
tl_chat_gen.go#L1111: Photo ChatPhotoClass
tl_chat_gen.go#L1364: GetPhoto() (value ChatPhotoClass)
tl_chat_gen.go#L2562: func (c *Channel) GetPhoto() (value ChatPhotoClass) {
tl_chat_gen.go#L3337: GetPhoto() (value ChatPhotoClass)
tl_chat_photo_gen.go#L45: func (c ChatPhotoEmpty) construct() ChatPhotoClass { return &c }
tl_chat_photo_gen.go#L54: _ ChatPhotoClass = &ChatPhotoEmpty{}
tl_chat_photo_gen.go#L165: func (c ChatPhoto) construct() ChatPhotoClass { return &c }
tl_chat_photo_gen.go#L174: _ ChatPhotoClass = &ChatPhoto{}
tl_chat_photo_gen.go#L423: type ChatPhotoClass interface {
tl_chat_photo_gen.go#L428: construct() ChatPhotoClass
tl_chat_photo_gen.go#L456: func DecodeChatPhoto(buf *bin.Buffer) (ChatPhotoClass, error) {
tl_chat_photo_gen.go#L483: ChatPhoto ChatPhotoClass
tl_chat_photo_slices_gen.go#L38: type ChatPhotoClassArray []ChatPhotoClass
tl_chat_photo_slices_gen.go#L41: func (s ChatPhotoClassArray) Sort(less func(a, b ChatPhotoClass) bool) ChatPhotoClassArray {
tl_chat_photo_slices_gen.go#L49: func (s ChatPhotoClassArray) SortStable(less func(a, b ChatPhotoClass) bool) ChatPhotoClassArray {
tl_chat_photo_slices_gen.go#L57: func (s ChatPhotoClassArray) Retain(keep func(x ChatPhotoClass) bool) ChatPhotoClassArray {
tl_chat_photo_slices_gen.go#L71: func (s ChatPhotoClassArray) First() (v ChatPhotoClass, ok bool) {
tl_chat_photo_slices_gen.go#L79: func (s ChatPhotoClassArray) Last() (v ChatPhotoClass, ok bool) {
tl_chat_photo_slices_gen.go#L87: func (s *ChatPhotoClassArray) PopFirst() (v ChatPhotoClass, ok bool) {
tl_chat_photo_slices_gen.go#L97: var zero ChatPhotoClass
tl_chat_photo_slices_gen.go#L106: func (s *ChatPhotoClassArray) Pop() (v ChatPhotoClass, ok bool) {
tl_folder_gen.go#L57: Photo ChatPhotoClass
tl_folder_gen.go#L116: GetPhoto() (value ChatPhotoClass, ok bool)
tl_folder_gen.go#L353: func (f *Folder) SetPhoto(value ChatPhotoClass) {
tl_folder_gen.go#L360: func (f *Folder) GetPhoto() (value ChatPhotoClass, ok bool) {
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. |