type github.com/gotd/td/tg.MessageActionChatEditPhoto
31 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L450: type MessageActionChatEditPhoto struct {
tl_message_action_gen.go#L459: func (m MessageActionChatEditPhoto) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L463: _ bin.Encoder = &MessageActionChatEditPhoto{}
tl_message_action_gen.go#L464: _ bin.Decoder = &MessageActionChatEditPhoto{}
tl_message_action_gen.go#L465: _ bin.BareEncoder = &MessageActionChatEditPhoto{}
tl_message_action_gen.go#L466: _ bin.BareDecoder = &MessageActionChatEditPhoto{}
tl_message_action_gen.go#L468: _ MessageActionClass = &MessageActionChatEditPhoto{}
tl_message_action_gen.go#L471: func (m *MessageActionChatEditPhoto) Zero() bool {
tl_message_action_gen.go#L483: func (m *MessageActionChatEditPhoto) String() string {
tl_message_action_gen.go#L487: type Alias MessageActionChatEditPhoto
tl_message_action_gen.go#L492: func (m *MessageActionChatEditPhoto) FillFrom(from interface {
tl_message_action_gen.go#L501: func (*MessageActionChatEditPhoto) TypeID() uint32 {
tl_message_action_gen.go#L506: func (*MessageActionChatEditPhoto) TypeName() string {
tl_message_action_gen.go#L511: func (m *MessageActionChatEditPhoto) TypeInfo() tdp.Type {
tl_message_action_gen.go#L530: func (m *MessageActionChatEditPhoto) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L539: func (m *MessageActionChatEditPhoto) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L553: func (m *MessageActionChatEditPhoto) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L564: func (m *MessageActionChatEditPhoto) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L579: func (m *MessageActionChatEditPhoto) GetPhoto() (value PhotoClass) {
tl_message_action_gen.go#L7792: v := MessageActionChatEditPhoto{}
tl_message_action_slices_gen.go#L148: value, ok := elem.(*MessageActionChatEditPhoto)
tl_message_action_slices_gen.go#L713: type MessageActionChatEditPhotoArray []MessageActionChatEditPhoto
tl_message_action_slices_gen.go#L716: func (s MessageActionChatEditPhotoArray) Sort(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L724: func (s MessageActionChatEditPhotoArray) SortStable(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L732: func (s MessageActionChatEditPhotoArray) Retain(keep func(x MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L746: func (s MessageActionChatEditPhotoArray) First() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L754: func (s MessageActionChatEditPhotoArray) Last() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L762: func (s *MessageActionChatEditPhotoArray) PopFirst() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L772: var zero MessageActionChatEditPhoto
tl_message_action_slices_gen.go#L781: func (s *MessageActionChatEditPhotoArray) Pop() (v MessageActionChatEditPhoto, ok bool) {
tl_registry_gen.go#L3716: MessageActionChatEditPhotoTypeID: func() bin.Object { return &MessageActionChatEditPhoto{} },
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. |